MCPcopy
hub / github.com/psycopg/psycopg / dump

Method dump

tests/test_adapt.py:525–526  ·  view source on GitHub ↗
(self, obj: str)

Source from the content-addressed store, hash-verified

523
524class StrNoneBinaryDumper(StrBinaryDumper):
525 def dump(self, obj: str) -> Buffer | None:
526 return super().dump(obj) if obj else None
527
528
529def make_dumper(suffix):

Callers

nothing calls this directly

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected