MCPcopy
hub / github.com/psycopg/psycopg / pipeline_sync

Method pipeline_sync

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

Source from the content-addressed store, hash-verified

232 def exit_pipeline_mode(self) -> None: ...
233
234 def pipeline_sync(self) -> None: ...
235
236 def send_flush_request(self) -> None: ...
237

Callers 4

test_old_libpqFunction · 0.45
test_multi_pipelinesFunction · 0.45
test_pipeline_abortFunction · 0.45
syncFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_old_libpqFunction · 0.36
test_multi_pipelinesFunction · 0.36
test_pipeline_abortFunction · 0.36