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

Class B

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

Source from the content-addressed store, hash-verified

6074 class A(metaclass=M):
6075 pass
6076 class B(A):
6077 pass
6078 B.__bases__ += ()
6079
6080 def test_reent_set_bases_on_direct_base(self):

Callers 13

test_supersMethod · 0.70
test_no_ipowMethod · 0.70
test_mutable_basesMethod · 0.70
test_not_implementedMethod · 0.70
test_getattr_hooksMethod · 0.70
test_gh146587Method · 0.70

Calls

no outgoing calls

Tested by 13

test_supersMethod · 0.56
test_no_ipowMethod · 0.56
test_mutable_basesMethod · 0.56
test_not_implementedMethod · 0.56
test_getattr_hooksMethod · 0.56
test_gh146587Method · 0.56