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

Class G

Lib/test/test_descr.py:931–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929 self.fail("expected MRO order disagreement (F)")
930 try:
931 class G(E, D): pass
932 except TypeError:
933 pass
934 else:

Callers 1

test_slotsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_slotsMethod · 0.56