Lines Matching refs:mro
878 # List the mro, if non-trivial.
879 mro = deque(inspect.getmro(object))
880 if len(mro) > 2:
883 for base in mro:
954 if mro:
955 thisclass = mro.popleft()
1335 # List the mro, if non-trivial.
1336 mro = deque(inspect.getmro(object))
1337 if len(mro) > 2:
1339 for base in mro:
1417 if mro:
1418 thisclass = mro.popleft()