Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _run_coroutine_function
Function
_run_coroutine_function
lib/sqlalchemy/testing/asyncio.py:33–34 ·
view source on GitHub ↗
(fn, *args, **kwargs)
Source
from the content-addressed store, hash-verified
31
32
33
def
_run_coroutine_function(fn, *args, **kwargs):
34
return
_async_util.run(fn, *args, **kwargs)
35
36
37
def
_assume_async(fn, *args, **kwargs):
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected