MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / _encoder

Method _encoder

tests/test_copy.py:709–710  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

707
708 try:
709 def _encoder(value):
710 return value
711
712 def _decoder(value):
713 return value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected