MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / do_close

Method do_close

test/engine/test_pool.py:401–403  ·  view source on GitHub ↗
(self, dbapi_connection)

Source from the content-addressed store, hash-verified

399 dbapi_connection.commit()
400
401 def do_close(self, dbapi_connection):
402 canary.append("CL")
403 dbapi_connection.close()
404
405 def get_driver_connection(self, connection):
406 return connection

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected