Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c1464 set_mro_error(PyObject *to_merge, int *remain) in set_mro_error() function
1566 set_mro_error(to_merge, remain); in pmerge()
/external/python/cpython3/Objects/
Dtypeobject.c1655 set_mro_error(PyObject **to_merge, Py_ssize_t to_merge_size, int *remain) in set_mro_error() function
1765 set_mro_error(to_merge, to_merge_size, remain); in pmerge()