MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / close

Method close

lib/sqlalchemy/pool/base.py:780–782  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

778 return self.starttime
779
780 def close(self) -> None:
781 if self.dbapi_connection is not None:
782 self.__close()
783
784 def invalidate(
785 self, e: Optional[BaseException] = None, soft: bool = False

Callers

nothing calls this directly

Calls 1

__closeMethod · 0.95

Tested by

no test coverage detected