Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_inner
Method · 0.45
inner
Method · 0.45
go
Method · 0.45
prime
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected