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

Method __init__

tests/test_record.py:539–540  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

537 async def test_record_subclass_06(self):
538 class MyRecord(asyncpg.Record):
539 def __init__(self):
540 raise AssertionError('this is not supposed to be called')
541
542 class MyRecord2(asyncpg.Record):
543 def __new__(cls):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected