Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ ChildPost
Class
ChildPost
Lib/test/test_patma.py:94–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
pass
93
collections.abc.Mapping.register(Parent)
94
class
ChildPost(Parent):
95
pass
96
class
GrandchildPost(ChildPost):
97
pass
98
self.assertEqual(self.check_sequence_then_mapping(Parent()),
"map"
)
Callers
2
test_late_registration_mapping
Method · 0.85
test_late_registration_sequence
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_late_registration_mapping
Method · 0.68
test_late_registration_sequence
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…