Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_cancel
Function · 0.45
cancellable_query
Function · 0.45
test_send_query
Function · 0.45
_send
Function · 0.45
_fetch
Function · 0.45
_pipeline_communicate
Function · 0.45
notifies
Function · 0.45
copy_from
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_cancel
Function · 0.36
cancellable_query
Function · 0.36
test_send_query
Function · 0.36