Home
last modified time | relevance | path

Searched defs:__mro__ (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_abc.py427 __mro__ = 42 # __mro__ is not tuple variable in test_factory.TestABC.test_issubclass_bad_arguments.C
Dtest_inspect.py1996 def __mro__(self): member in TestGetattrStatic.test_mro_as_property.Meta