Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def287 PyNumber_Long
/external/python/cpython2/Include/
Dabstract.h892 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/external/python/cpython2/Objects/
Dweakrefobject.c511 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY()
Dabstract.c1705 PyNumber_Long(PyObject *o) function
Dlongobject.c4029 return PyNumber_Long(x); in long_new()
Dstringobject.c4518 iobj = PyNumber_Long(v); in PyString_Format()
Dunicodeobject.c8643 iobj = PyNumber_Long(v); in PyUnicode_Format()
/external/python/cpython2/PC/os2emx/
Dpython27.def101 "PyNumber_Long"
/external/python/cpython2/Doc/c-api/
Dnumber.rst269 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
/external/python/cpython2/Doc/data/
Drefcounts.dat864 PyNumber_Long:PyObject*::+1:
865 PyNumber_Long:PyObject*:o:0:
/external/python/cpython2/Modules/_io/
Dtextio.c1927 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
/external/python/cpython2/Python/
Dbltinmodule.c1904 PyObject *w = PyNumber_Long(curnum); in handle_range_longs()
/external/python/cpython2/Modules/
Dposixmodule.c2918 PyObject *intobj = PyNumber_Long(t); in extract_time()
/external/python/cpython2/Misc/
DNEWS5481 - Issue #9869: Make long() and PyNumber_Long return something of type