MCPcopy Index your code
hub / github.com/python/cpython / GrandchildPre

Class GrandchildPre

Lib/test/test_patma.py:91–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 class ChildPre(Parent):
90 pass
91 class GrandchildPre(ChildPre):
92 pass
93 collections.abc.Mapping.register(Parent)
94 class ChildPost(Parent):
95 pass

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…