MCPcopy
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_its_really_a_poolFunction · 0.45
test_connection_not_lostFunction · 0.45
test_configureFunction · 0.45
test_resetFunction · 0.45
test_reset_badstateFunction · 0.45
test_reset_brokenFunction · 0.45
test_intrans_rollbackFunction · 0.45
test_inerror_rollbackFunction · 0.45
test_active_closeFunction · 0.45
test_fail_rollback_closeFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_its_really_a_poolFunction · 0.36
test_connection_not_lostFunction · 0.36
test_configureFunction · 0.36
test_resetFunction · 0.36
test_reset_badstateFunction · 0.36
test_reset_brokenFunction · 0.36
test_intrans_rollbackFunction · 0.36
test_inerror_rollbackFunction · 0.36
test_active_closeFunction · 0.36
test_fail_rollback_closeFunction · 0.36