MCPcopy
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
605def final_process_cleanup():
606 engines.testing_reaper.final_cleanup()
607 assertions.global_cleanup_assertions()
608 _restore_engine()
609
610
611def _setup_engine(cls):

Callers

nothing calls this directly

Calls 2

_restore_engineFunction · 0.85
final_cleanupMethod · 0.80

Tested by

no test coverage detected