MCPcopy 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_odictMethod · 0.45
test_odict_copyMethod · 0.45
test_keysMethod · 0.45
test_keysMethod · 0.45
test_dupes_addMethod · 0.45
test_dupes_constructMethod · 0.45
test_pickleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected