Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _close
Method
_close
lib/sqlalchemy/pool/base.py:1402–1403 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1400
)
1401
1402
def
_close(self) -> None:
1403
self._checkin()
1404
1405
def
_reset(
1406
self,
Callers
1
close
Method · 0.45
Calls
1
_checkin
Method · 0.95
Tested by
no test coverage detected