Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MagicStack/asyncpg
/ __repr__
Method
__repr__
tests/test_record.py:136–137 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
134
1 / 0
135
136
def
__repr__(self):
137
1 / 0
138
139
with
self.assertRaises(ZeroDivisionError):
140
repr(Record({Key(): 0}, (42,)))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected