Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ setoutputsize
Method
setoutputsize
psycopg/psycopg/_cursor_base.py:157–159 ·
view source on GitHub ↗
(self, size: Any, column: int | None = None)
Source
from the content-addressed store, hash-verified
155
pass
156
157
def
setoutputsize(self, size: Any, column: int | None = None) -> None:
158
# no-op
159
pass
160
161
def
nextset(self) -> bool | None:
162
""
"
Callers
1
test_setoutputsize_basic
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_setoutputsize_basic
Method · 0.64