MCPcopy Index your code
hub / github.com/RustPython/RustPython / B

Class B

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

Source from the content-addressed store, hash-verified

5838 class A(metaclass=M):
5839 pass
5840 class B(A):
5841 pass
5842 B.__bases__ += ()
5843
5844 def test_reent_set_bases_on_direct_base(self):

Callers 11

test_supersMethod · 0.70
test_no_ipowMethod · 0.70
test_not_implementedMethod · 0.70
test_getattr_hooksMethod · 0.70
test_subclassesMethod · 0.70

Calls

no outgoing calls

Tested by 11

test_supersMethod · 0.56
test_no_ipowMethod · 0.56
test_not_implementedMethod · 0.56
test_getattr_hooksMethod · 0.56
test_subclassesMethod · 0.56