Searched refs:PyNumber_Long (Results 1 – 19 of 19) sorted by relevance
538 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
549 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
500 iobj = PyNumber_Long(v); in formatlong()
1529 PyNumber_Long(PyObject *o) in PyNumber_Long() function
4948 return PyNumber_Long(x); in long_new_impl()
14901 iobj = PyNumber_Long(v); in mainformatlong()
238 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
406 EXPORT_FUNC(PyNumber_Long)
430 function,PyNumber_Long,3.2,
1503 PyNumber_Long:PyObject*::+1:1504 PyNumber_Long:PyObject*:o:0:
650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()675 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
503 * Deprecated :c:func:`PyNumber_Int`. Use :c:func:`PyNumber_Long` instead.
1610 :c:func:`PyNumber_Long`, :c:func:`PyNumber_Float` and
978 function PyNumber_Long
15277 - Issue #4910: Builtin int() function and PyNumber_Long/PyNumber_Int API
2362 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
331 Objects/abstract.c:PyNumber_Long():PyId___trunc__ _Py_IDENTIFIER(__trunc__)
6991 PyObject *ivalue = PyNumber_Long(value); in heapctypesetattr_setattro()
1873 Objects/abstract.c PyNumber_Long PyId___trunc__ -