Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Parent
Class
Parent
Lib/test/test_patma.py:2144–2145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2142
2143
def
test_patma_202(self):
2144
class
Parent:
2145
__match_args__ =
"a"
,
"b"
2146
class
Child(Parent):
2147
__match_args__ = (
"c"
,
"d"
)
2148
c = Child()
Callers
2
test_late_registration_mapping
Method · 0.70
test_late_registration_sequence
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_late_registration_mapping
Method · 0.56
test_late_registration_sequence
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…