MCPcopy
hub / github.com/psycopg/psycopg / consume_input

Method consume_input

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

Source from the content-addressed store, hash-verified

183 def get_result(self) -> PGresult | None: ...
184
185 def consume_input(self) -> None: ...
186
187 def is_busy(self) -> int: ...
188

Callers 8

test_cancelFunction · 0.45
cancellable_queryFunction · 0.45
test_send_queryFunction · 0.45
_sendFunction · 0.45
_fetchFunction · 0.45
_pipeline_communicateFunction · 0.45
notifiesFunction · 0.45
copy_fromFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_cancelFunction · 0.36
cancellable_queryFunction · 0.36
test_send_queryFunction · 0.36