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

Method __init__

asyncpg/exceptions/_base.py:194–196  ·  view source on GitHub ↗
(self, *, detail=None, hint=None)

Source from the content-addressed store, hash-verified

192
193class InterfaceMessage:
194 def __init__(self, *, detail=None, hint=None):
195 self.detail = detail
196 self.hint = hint
197
198 def __str__(self):
199 msg = self.args[0]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected