Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c6259 slot_nb_index(PyObject *self) in slot_nb_index() function
6925 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
/external/python/cpython2/Objects/
Dtypeobject.c5368 slot_nb_index(PyObject *self) function
6176 NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,