Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtypeobject.c.h68 {"mro", (PyCFunction)type_mro, METH_NOARGS, type_mro__doc__},
74 type_mro(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type_mro() function