Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h538 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
/third_party/python/Objects/
Dweakrefobject.c549 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
Dabstract.c1529 PyNumber_Long(PyObject *o) in PyNumber_Long() function
Dbytesobject.c500 iobj = PyNumber_Long(v); in formatlong()
Dlongobject.c4975 return PyNumber_Long(x); in long_new_impl()
Dunicodeobject.c14901 iobj = PyNumber_Long(v); in mainformatlong()
/third_party/python/Doc/c-api/
Dnumber.rst238 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
/third_party/python/Doc/data/
Dstable_abi.dat430 function,PyNumber_Long,3.2,
Drefcounts.dat1503 PyNumber_Long:PyObject*::+1:
1504 PyNumber_Long:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c406 EXPORT_FUNC(PyNumber_Long)
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
675 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
/third_party/python/Doc/whatsnew/
D3.1.rst503 * Deprecated :c:func:`PyNumber_Int`. Use :c:func:`PyNumber_Long` instead.
D3.8.rst1610 :c:func:`PyNumber_Long`, :c:func:`PyNumber_Float` and
/third_party/python/Misc/
Dstable_abi.txt978 function PyNumber_Long
DHISTORY15277 - Issue #4910: Builtin int() function and PyNumber_Long/PyNumber_Int API
/third_party/python/Modules/_io/
Dtextio.c2362 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
/third_party/python/Tools/c-analyzer/
DTODO331 Objects/abstract.c:PyNumber_Long():PyId___trunc__ _Py_IDENTIFIER(__trunc__)
/third_party/python/Modules/
D_testcapimodule.c6991 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1873 Objects/abstract.c PyNumber_Long PyId___trunc__ -