Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
_shutdown():
29
""
"called when the test finishes"
""
30
_async_util.close()
31
32
33
def
_run_coroutine_function(fn, *args, **kwargs):
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected