Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ run
Method
run
test/base/test_concurrency.py:182–183 · test/base/test_concurrency.py::TestAsyncioCompat.run
()
Source
from the content-addressed store, hash-verified
180
@async_test
181
async
def
test_require_await(self):
182
def
run():
183
return
1 + 1
184
185
assert (await greenlet_spawn(run)) == 2
186
Callers
4
run_buf
Method · 0.45
greenlet_setup_in_ext
Function · 0.45
greenlet_setup_on_call
Function · 0.45
thread_go
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected