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

Class DuplicateColumnError

asyncpg/exceptions/__init__.py:719–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718
719class DuplicateColumnError(SyntaxOrAccessError):
720 sqlstate = '42701'
721
722
723class DuplicateCursorError(SyntaxOrAccessError):

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…