MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getmro

Function getmro

tools/python-3.11.9-amd64/Lib/inspect.py:729–731  ·  view source on GitHub ↗

Return tuple of base classes (including cls) in method resolution order.

(cls)

Source from the content-addressed store, hash-verified

727# ----------------------------------------------------------- class helpers
728
729def getmro(cls):
730 "Return tuple of base classes (including cls) in method resolution order."
731 return cls.__mro__
732
733# -------------------------------------------------------- function helpers
734

Callers 2

_getmembersFunction · 0.85
classify_class_attrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected