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

Class AmbiguousFunctionError

asyncpg/exceptions/__init__.py:759–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757
758
759class AmbiguousFunctionError(SyntaxOrAccessError):
760 sqlstate = '42725'
761
762
763class AmbiguousParameterError(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…