MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get

Method get

test/base/test_utils.py:2317–2318  ·  view source on GitHub ↗
(duck, key)

Source from the content-addressed store, hash-verified

2315 return ["a", "b", "c"]
2316
2317 def get(duck, key):
2318 return dict(a=1, b=2, c=3).get(key)
2319
2320 self._ok(duck5())
2321

Callers 4

async_innerMethod · 0.45
innerMethod · 0.45
goMethod · 0.45
primeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected