Class MRO
A method-resolution-order sequence of classes
Import path
import python
Direct supertypes
Predicates
contains |
Holds if this MRO contains |
declares |
Holds if any class in this MRO declares the attribute |
getItem |
Gets the |
length |
Gets the length of this MRO |
lookup |
Gets the value from scanning for the attribute |
startingAt |
Gets the MRO formed by removing all classes before |
toString |
Gets a textual representation of this element. |