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

Method _decoder

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

Source from the content-addressed store, hash-verified

710 return value
711
712 def _decoder(value):
713 return value
714
715 await self.con.set_type_codec(
716 'uuid', encoder=_encoder, decoder=_decoder,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected