MCPcopy
hub / github.com/psycopg/psycopg / exit_pipeline_mode

Method exit_pipeline_mode

psycopg/psycopg/pq/abc.py:232–232  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 def enter_pipeline_mode(self) -> None: ...
231
232 def exit_pipeline_mode(self) -> None: ...
233
234 def pipeline_sync(self) -> None: ...
235

Callers 9

pipelineFunction · 0.45
test_old_libpqFunction · 0.45
test_work_in_progressFunction · 0.45
test_multi_pipelinesFunction · 0.45
test_flush_requestFunction · 0.45
test_pipeline_abortFunction · 0.45
prepare_pipeline_demo_pqFunction · 0.45
_exitMethod · 0.45

Calls

no outgoing calls

Tested by 7

pipelineFunction · 0.36
test_old_libpqFunction · 0.36
test_work_in_progressFunction · 0.36
test_multi_pipelinesFunction · 0.36
test_flush_requestFunction · 0.36
test_pipeline_abortFunction · 0.36