MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / dispose

Function dispose

lib/sqlalchemy/testing/engines.py:293–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 _dispose = engine.dispose
292
293 def dispose():
294 engine.dialect.dbapi.shutdown()
295 engine.dialect.dbapi.is_stopped = False
296 _dispose()
297
298 engine.test_shutdown = engine.dialect.dbapi.shutdown
299 engine.test_restart = engine.dialect.dbapi.restart

Callers

nothing calls this directly

Calls 1

shutdownMethod · 0.80

Tested by

no test coverage detected