MCPcopy
hub / github.com/psycopg/psycopg / get_dumper

Method get_dumper

psycopg/psycopg/abc.py:241–241  ·  view source on GitHub ↗
(self, obj: Any, format: PyFormat)

Source from the content-addressed store, hash-verified

239 def as_literal(self, obj: Any) -> bytes: ...
240
241 def get_dumper(self, obj: Any, format: PyFormat) -> Dumper: ...
242
243 def load_rows(self, row0: int, row1: int, make_row: RowMaker[Row]) -> list[Row]: ...
244

Callers 15

test_dumpFunction · 0.95
test_quoteFunction · 0.95
test_quote_noneFunction · 0.95
test_list_dumperFunction · 0.95
test_quote_boolFunction · 0.95
test_quote_noneFunction · 0.95
test_bad_binary_arrayFunction · 0.95
test_numbers_arrayFunction · 0.95
test_quote_noneFunction · 0.95
test_quote_intFunction · 0.95

Calls

no outgoing calls

Tested by 15

test_dumpFunction · 0.76
test_quoteFunction · 0.76
test_quote_noneFunction · 0.76
test_list_dumperFunction · 0.76
test_quote_boolFunction · 0.76
test_quote_noneFunction · 0.76
test_bad_binary_arrayFunction · 0.76
test_numbers_arrayFunction · 0.76
test_quote_noneFunction · 0.76
test_quote_intFunction · 0.76