MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _shutdown

Function _shutdown

lib/sqlalchemy/testing/asyncio.py:28–30  ·  view source on GitHub ↗

called when the test finishes

()

Source from the content-addressed store, hash-verified

26
27
28def _shutdown():
29 """called when the test finishes"""
30 _async_util.close()
31
32
33def _run_coroutine_function(fn, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected