Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_diamond_inheritance
Method · 0.70
test_restored_object_new
Method · 0.70
test_supers
Method · 0.70
test_ipow_returns_not_implemented
Method · 0.70
test_no_ipow
Method · 0.70
test_subclass_right_op
Method · 0.70
test_not_implemented
Method · 0.70
test_getattr_hooks
Method · 0.70
test_instance_method_get_behavior
Method · 0.70
test_attr_raise_through_property
Method · 0.70
test_subclasses
Method · 0.70
Calls
no outgoing calls
Tested by
11
test_diamond_inheritance
Method · 0.56
test_restored_object_new
Method · 0.56
test_supers
Method · 0.56
test_ipow_returns_not_implemented
Method · 0.56
test_no_ipow
Method · 0.56
test_subclass_right_op
Method · 0.56
test_not_implemented
Method · 0.56
test_getattr_hooks
Method · 0.56
test_instance_method_get_behavior
Method · 0.56
test_attr_raise_through_property
Method · 0.56
test_subclasses
Method · 0.56