Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ close
Method
close
lib/sqlalchemy/pool/base.py:782–784 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
780
return
self.starttime
781
782
def
close(self) -> None:
783
if
self.dbapi_connection is not None:
784
self.__close()
785
786
def
invalidate(
787
self, e: Optional[BaseException] = None, soft: bool = False
Callers
nothing calls this directly
Calls
1
__close
Method · 0.95
Tested by
no test coverage detected