Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ E
Class
E
Lib/test/test_descr.py:5944–5945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5942
a code path executed on error (goto bail).
5943
""
"
5944
class
E(Exception):
5945
pass
5946
class
M(DebugHelperMeta):
5947
def
mro(cls):
5948
if
self.ready and cls.__name__ ==
'C'
:
Callers
10
test_metaclass
Method · 0.70
test_diamond_inheritance
Method · 0.70
test_slots
Method · 0.70
test_classic
Method · 0.70
test_methods
Method · 0.70
test_properties_plus
Method · 0.70
test_supers
Method · 0.70
test_mutable_bases
Method · 0.70
test_subclass_right_op
Method · 0.70
test_pickle_slots
Method · 0.70
Calls
no outgoing calls
Tested by
10
test_metaclass
Method · 0.56
test_diamond_inheritance
Method · 0.56
test_slots
Method · 0.56
test_classic
Method · 0.56
test_methods
Method · 0.56
test_properties_plus
Method · 0.56
test_supers
Method · 0.56
test_mutable_bases
Method · 0.56
test_subclass_right_op
Method · 0.56
test_pickle_slots
Method · 0.56