Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Denumobject.c29 start = PyNumber_Index(start); in enum_new()
Dabstract.c1490 PyNumber_Index(PyObject *item) function
1526 PyObject *value = PyNumber_Index(item);
1822 PyObject *index = PyNumber_Index(n);
Dweakrefobject.c526 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
Dfileobject.c769 off_index = PyNumber_Index(offobj); in file_seek()
Dbytearrayobject.c42 PyObject *index = PyNumber_Index(arg); in _getbytevalue()
/external/python/cpython2/Doc/c-api/
Dnumber.rst285 .. c:function:: PyObject* PyNumber_Index(PyObject *o)
299 :c:func:`PyNumber_Index` first.
/external/python/cpython2/Modules/_io/
D_iomodule.c549 PyObject *value = PyNumber_Index(item); in PyNumber_AsOff_t()
/external/python/cpython2/Include/
Dabstract.h853 PyAPI_FUNC(PyObject *) PyNumber_Index(PyObject *o);
/external/python/cpython2/Modules/
Doperator.c161 return PyNumber_Index(a); in op_index()
D_struct.c123 w = PyNumber_Index(v); in get_pylong()
Dposixmodule.c481 PyObject *index = PyNumber_Index(obj); in _Py_Dev_Converter()
/external/python/cpython2/PC/os2emx/
Dpython27.def148 "PyNumber_Index"
/external/python/cpython2/Doc/whatsnew/
D2.5.rst958 :c:func:`PyNumber_Index(obj)` can be used in extension code to call the