Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ keys
Method
keys
test/base/test_utils.py:2219–2220 ·
view source on GitHub ↗
(duck)
Source
from the content-addressed store, hash-verified
2217
def
test_duck_5(self):
2218
class
duck5:
2219
def
keys(duck):
2220
return
[
"a"
,
"b"
,
"c"
]
2221
2222
def
get(duck, key):
2223
return
dict(a=1, b=2, c=3).get(key)
Callers
15
test_odict
Method · 0.45
test_odict_constructor
Method · 0.45
test_odict_copy
Method · 0.45
test_keys
Method · 0.45
test_keys
Method · 0.45
test_dupes_add
Method · 0.45
test_dupes_construct
Method · 0.45
test_pickle_w_mutation
Method · 0.45
test_keys_after_replace
Method · 0.45
test_remove_doesnt_change_iteration
Method · 0.45
test_pickle
Method · 0.45
test_pickle_immuatbleprops
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected