MCPcopy 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()

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…