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

Class BadCopyFileFormatError

asyncpg/exceptions/__init__.py:312–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311
312class BadCopyFileFormatError(DataError):
313 sqlstate = '22P04'
314
315
316class UntranslatableCharacterError(DataError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…