MCPcopy
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
90def parse_cmdline() -> Namespace:

Callers 2

main_syncFunction · 0.95
main_asyncFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected