MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / make_async

Function make_async

lib/sqlalchemy/testing/plugin/pytestplugin.py:389–390  ·  view source on GitHub ↗
(fn, *args, **kwargs)

Source from the content-addressed store, hash-verified

387
388 @_pytest_fn_decorator
389 def make_async(fn, *args, **kwargs):
390 return asyncio._maybe_async(fn, *args, **kwargs)
391
392 do_async = make_async(value)
393 if is_classmethod:

Callers 1

_apply_maybe_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected