Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c599 mro_hierarchy(PyTypeObject *type, PyObject *temp) in mro_hierarchy() function
648 res = mro_hierarchy(subclass, temp); in mro_hierarchy()
730 if (mro_hierarchy(type, temp) < 0) in type_set_bases()