Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ iterkeys
Method
iterkeys
test/base/test_utils.py:2307–2308 ·
view source on GitHub ↗
(duck)
Source
from the content-addressed store, hash-verified
2305
def
test_duck_4(self):
2306
class
duck4:
2307
def
iterkeys(duck):
2308
return
iter([
"a"
,
"b"
,
"c"
])
2309
2310
self._notok(duck4())
2311
Callers
1
iterator
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected