Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ keys
Method
keys
test/base/test_utils.py:2314–2315 ·
view source on GitHub ↗
(duck)
Source
from the content-addressed store, hash-verified
2312
def
test_duck_5(self):
2313
class
duck5:
2314
def
keys(duck):
2315
return
[
"a"
,
"b"
,
"c"
]
2316
2317
def
get(duck, key):
2318
return
dict(a=1, b=2, c=3).get(key)
Callers
15
test_inheritance_from_typed_columns
Method · 0.45
test_many_mixin
Method · 0.45
test_add_more_columns
Method · 0.45
test_add_constraints
Method · 0.45
test_freeze
Method · 0.45
test_keys_no_rows
Method · 0.45
test_row_keys_removed
Method · 0.45
test_graceful_fetch_on_non_rows
Method · 0.45
test_ro_mapping_py3k
Method · 0.45
test_keys
Method · 0.45
test_row_mapping_keys
Method · 0.45
test_keys_anon_labels
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected