Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dlongobject.h28 PyAPI_FUNC(int) _PyLong_AsInt(PyObject *);
/external/python/cpython2/Modules/_io/
Dfileio.c216 fd = _PyLong_AsInt(nameobj); in fileio_init()
/external/python/cpython2/Objects/
Dfileobject.c2669 fd = _PyLong_AsInt(o); in PyObject_AsFileDescriptor()
2683 fd = _PyLong_AsInt(fno); in PyObject_AsFileDescriptor()
Dlongobject.c346 _PyLong_AsInt(PyObject *obj) in _PyLong_AsInt() function