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

Class EscapeCharacterConflictError

asyncpg/exceptions/__init__.py:160–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160class EscapeCharacterConflictError(DataError):
161 sqlstate = '2200B'
162
163
164class IndicatorOverflowError(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…