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

Class C

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

Source from the content-addressed store, hash-verified

5859 class B(A):
5860 pass
5861 class C(B):
5862 pass
5863
5864 @unittest.expectedFailure # TODO: RUSTPYTHON
5865 def test_reent_set_bases_tp_base_cycle(self):

Callers 15

test_intsMethod · 0.70
test_spam_listsMethod · 0.70
test_spam_dictsMethod · 0.70
test_python_dictsMethod · 0.70
test_python_listsMethod · 0.70
test_metaclassMethod · 0.70
test_slotsMethod · 0.70
test_dynamicsMethod · 0.70
test_classmethodsMethod · 0.70
test_staticmethodsMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_intsMethod · 0.56
test_spam_listsMethod · 0.56
test_spam_dictsMethod · 0.56
test_python_dictsMethod · 0.56
test_python_listsMethod · 0.56
test_metaclassMethod · 0.56
test_slotsMethod · 0.56
test_dynamicsMethod · 0.56
test_classmethodsMethod · 0.56
test_staticmethodsMethod · 0.56