Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ get_record
Method
get_record
tests/scripts/copytest.py:86–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
return
stmt
85
86
def
get_record(self) -> tuple[Any, ...]:
87
return
tuple(
"x"
* self.args.colsize
for
_ in range(self.args.nfields))
88
89
90
def
parse_cmdline() -> Namespace:
Callers
2
main_sync
Function · 0.95
main_async
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected