Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ mro
Method
mro
Lib/test/test_descr.py:5815–5820 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
5813
""
"
5814
class
M(DebugHelperMeta):
5815
def
mro(cls):
5816
if
self.step_until(1):
5817
assert cls.__mro__ is None
5818
cls.__bases__ += ()
5819
5820
return
type.mro(cls)
5821
5822
class
A(metaclass=M):
5823
pass
Callers
15
__dir__
Method · 0.45
_extend_docstrings
Function · 0.45
__subclasscheck__
Method · 0.45
test_altmro
Method · 0.45
mro
Method · 0.45
mro
Method · 0.45
mro
Method · 0.45
test_pytype_long_ready
Method · 0.45
test_tp_subclasses_cycle_error_return_path
Method · 0.45
member_dir
Function · 0.45
test_no_set_data
Method · 0.45
setUp
Method · 0.45
Calls
3
super
Class · 0.85
step_until
Method · 0.80
assertRaises
Method · 0.45
Tested by
no test coverage detected