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

Class Error

tests/test_pool.py:320–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319 async def test_pool_exception_in_setup_and_init(self):
320 class Error(Exception):
321 pass
322
323 async def setup(con):
324 nonlocal setup_calls, last_con

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…