MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / make_async

Function make_async

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

Source from the content-addressed store, hash-verified

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

Callers 1

_apply_maybe_asyncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected