Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ inner_await
Method
inner_await
test/base/test_concurrency.py:112–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
await to_await
111
112
async
def
inner_await():
113
nonlocal to_await
114
to_await = run1()
115
await_(to_await)
116
117
def
go():
118
await_(inner_await())
Callers
nothing calls this directly
Calls
2
await_
Function · 0.90
run1
Function · 0.85
Tested by
no test coverage detected