Home
last modified time | relevance | path

Searched refs:classic_mro (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c1358 classic_mro(PyObject *cls) in classic_mro() function
1607 parentMRO = classic_mro(base); in mro_implementation()