MCPcopy 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_docstringsFunction · 0.45
__subclasscheck__Method · 0.45
test_altmroMethod · 0.45
mroMethod · 0.45
mroMethod · 0.45
mroMethod · 0.45
member_dirFunction · 0.45
test_no_set_dataMethod · 0.45
setUpMethod · 0.45

Calls 3

superClass · 0.85
step_untilMethod · 0.80
assertRaisesMethod · 0.45

Tested by

no test coverage detected