MCPcopy
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
33def _run_coroutine_function(fn, *args, **kwargs):
34 return _async_util.run(fn, *args, **kwargs)
35
36
37def _assume_async(fn, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected