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

Method __call__

tests/test_logging.py:11–12  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

9 self.records = []
10
11 def __call__(self, record):
12 self.records.append(record)
13
14
15class TestQueryLogging(tb.ConnectedTestCase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected