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

Class MyException

tests/test_pool.py:802–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800 iterate = locals_['iterate']
801
802 class MyException(Exception):
803 pass
804
805 with self.assertRaises(MyException):
806 async with pool.acquire() as con:

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…