Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
542
def
make_bin_dumper(suffix):
543
cls = make_dumper(suffix)
544
cls.format = pq.Format.BINARY
545
return
cls
546
547
548
def
make_loader(suffix):
Callers
9
test_connect_context_adapters
Function · 0.85
test_connect_context_copy
Function · 0.85
test_connect_context_adapters
Function · 0.85
test_connect_context_copy
Function · 0.85
test_dump_global_ctx
Function · 0.85
test_dump_connection_ctx
Function · 0.85
test_dump_cursor_ctx
Function · 0.85
test_last_dumper_registered_ctx
Function · 0.85
test_dump_global_ctx
Function · 0.85
Calls
1
make_dumper
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…