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

Class ErrorInAssignmentError

asyncpg/exceptions/__init__.py:156–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155
156class ErrorInAssignmentError(DataError):
157 sqlstate = '22005'
158
159
160class EscapeCharacterConflictError(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…