Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ sync_meth
Method
sync_meth
test/base/test_concurrency.py:64–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
raise
asyncio.CancelledError()
63
64
def
sync_meth():
65
try
:
66
await_(async_meth_raise())
67
except
:
68
cleanup.append(True)
69
raise
70
71
async
def
run_w_cancel():
72
await greenlet_spawn(sync_meth)
Callers
nothing calls this directly
Calls
2
await_
Function · 0.90
append
Method · 0.45
Tested by
no test coverage detected