Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_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_mutable_bases
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_gh146587
Method · 0.70
Calls
no outgoing calls
Tested by
13
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_mutable_bases
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_gh146587
Method · 0.56