Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ final_process_cleanup
Function
final_process_cleanup
lib/sqlalchemy/testing/plugin/plugin_base.py:605–608 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
603
604
605
def
final_process_cleanup():
606
engines.testing_reaper.final_cleanup()
607
assertions.global_cleanup_assertions()
608
_restore_engine()
609
610
611
def
_setup_engine(cls):
Callers
nothing calls this directly
Calls
2
_restore_engine
Function · 0.85
final_cleanup
Method · 0.80
Tested by
no test coverage detected