Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ go
Method
go
test/base/test_concurrency.py:201–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
200
def
thread_go(q):
201
def
go():
202
q.get(timeout=0.1)
203
204
with
expect_raises(queue.Empty):
205
asyncio.run(greenlet_spawn(go))
Callers
nothing calls this directly
Calls
2
eq_
Function · 0.90
get
Method · 0.45
Tested by
no test coverage detected