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

Class DuplicateFunctionError

asyncpg/exceptions/__init__.py:731–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729
730
731class DuplicateFunctionError(SyntaxOrAccessError):
732 sqlstate = '42723'
733
734
735class DuplicatePreparedStatementError(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…