Searched defs:PyNumber_Index (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dabstract.c1490 PyNumber_Index(PyObject *item) function
1526 PyObject *value = PyNumber_Index(item);
1822 PyObject *index = PyNumber_Index(n);
1832 PyNumber_Index already has a check for the same
/external/python/cpython3/Objects/
H A Dabstract.c1213 PyNumber_Index(PyObject *item) function
1259 PyObject *value = PyNumber_Index(item);
1442 PyObject *index = PyNumber_Index(n);
1450 PyNumber_Index already has a check for the same

Completed in 299 milliseconds