Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ __enter__
Method
__enter__
psycopg_pool/psycopg_pool/pool.py:483–486 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
481
return
workers
482
483
def
__enter__(self) -> Self:
484
self._open_implicit = False
485
self.open()
486
return
self
487
488
def
__exit__(
489
self,
Callers
nothing calls this directly
Calls
1
open
Method · 0.95
Tested by
no test coverage detected