Home
last modified time | relevance | path

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

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