Searched refs:parentMRO (Results 1 – 1 of 1) sorted by relevance
1602 PyObject *parentMRO; in mro_implementation() local1604 parentMRO = PySequence_List( in mro_implementation()1607 parentMRO = classic_mro(base); in mro_implementation()1608 if (parentMRO == NULL) { in mro_implementation()1613 PyList_SET_ITEM(to_merge, i, parentMRO); in mro_implementation()