Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c387 static int mro_internal(PyTypeObject *);
420 if (mro_internal(subclass) < 0) { in mro_subclasses()
508 if (mro_internal(type) < 0) { in type_set_bases()
1654 mro_internal(PyTypeObject *type) in mro_internal() function
4217 if (mro_internal(type) < 0) {
/external/python/cpython3/Objects/
Dtypeobject.c583 static int mro_internal(PyTypeObject *, PyObject **);
607 res = mro_internal(type, &old_mro); in mro_hierarchy()
1964 mro_internal(PyTypeObject *type, PyObject **p_old_mro) in mro_internal() function
5207 if (mro_internal(type, NULL) < 0) in PyType_Ready()