MCPcopy
hub / github.com/psycopg/psycopg / load_row

Method load_row

psycopg/psycopg/abc.py:245–245  ·  view source on GitHub ↗
(self, row: int, make_row: RowMaker[Row])

Source from the content-addressed store, hash-verified

243 def load_rows(self, row0: int, row1: int, make_row: RowMaker[Row]) -> list[Row]: ...
244
245 def load_row(self, row: int, make_row: RowMaker[Row]) -> Row: ...
246
247 def load_sequence(self, record: Sequence[Buffer | None]) -> tuple[Any, ...]: ...
248

Callers 6

streamMethod · 0.45
fetchoneMethod · 0.45
__next__Method · 0.45
streamMethod · 0.45
fetchoneMethod · 0.45
__anext__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected