Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ connection
Method
connection
psycopg/psycopg/abc.py:212–212 · psycopg/psycopg/abc.py::Transformer.connection
(self)
Source
from the content-addressed store, hash-verified
210
211
@property
212
def
connection(self) -> BaseConnection[Any] | None: ...
213
214
@property
215
def
encoding(self) -> str: ...
Callers
15
test_generic_connection_type
Function · 0.45
test_non_generic_connection_type
Function · 0.45
test_its_really_a_pool
Function · 0.45
test_connection_not_lost
Function · 0.45
test_configure
Function · 0.45
test_reset
Function · 0.45
test_reset_badstate
Function · 0.45
test_reset_broken
Function · 0.45
test_intrans_rollback
Function · 0.45
test_inerror_rollback
Function · 0.45
test_active_close
Function · 0.45
test_fail_rollback_close
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_generic_connection_type
Function · 0.36
test_non_generic_connection_type
Function · 0.36
test_its_really_a_pool
Function · 0.36
test_connection_not_lost
Function · 0.36
test_configure
Function · 0.36
test_reset
Function · 0.36
test_reset_badstate
Function · 0.36
test_reset_broken
Function · 0.36
test_intrans_rollback
Function · 0.36
test_inerror_rollback
Function · 0.36
test_active_close
Function · 0.36
test_fail_rollback_close
Function · 0.36