Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ __init__
Method
__init__
tests/test_logging.py:8–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6
7
class
LogCollector:
8
def
__init__(self):
9
self.records = []
10
11
def
__call__(self, record):
12
self.records.append(record)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected