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

Class F

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

Source from the content-addressed store, hash-verified

791 prepare_calls.clear()
792
793 class F(object(), C):
794 pass
795 self.assertIs(BNotMeta, type(F))
796 self.assertEqual(['BNotMeta', 'ANotMeta'], new_calls)
797 new_calls.clear()

Callers 3

test_slotsMethod · 0.70
test_properties_plusMethod · 0.70
test_supersMethod · 0.70

Calls

no outgoing calls

Tested by 3

test_slotsMethod · 0.56
test_properties_plusMethod · 0.56
test_supersMethod · 0.56