MCPcopy
hub / github.com/psycopg/psycopg / make_bin_dumper

Function make_bin_dumper

tests/test_adapt.py:542–545  ·  view source on GitHub ↗
(suffix)

Source from the content-addressed store, hash-verified

540
541
542def make_bin_dumper(suffix):
543 cls = make_dumper(suffix)
544 cls.format = pq.Format.BINARY
545 return cls
546
547
548def make_loader(suffix):

Callers 9

test_dump_global_ctxFunction · 0.85
test_dump_connection_ctxFunction · 0.85
test_dump_cursor_ctxFunction · 0.85
test_dump_global_ctxFunction · 0.85

Calls 1

make_dumperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…