Searched refs:PyNumber_Long (Results 1 – 25 of 30) sorted by relevance
12
309 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneInt64()335 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneInt32()398 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneFloat()
113 py_int_id = PyNumber_Long(id); in grp_getgrgid_impl()
287 PyNumber_Long
892 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
733 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
404 PyNumber_Long=python37.PyNumber_Long
564 return PyNumber_Long(o); in PyNumberToPyInt()
513 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
1342 PyNumber_Long(PyObject *o) in PyNumber_Long() function
473 iobj = PyNumber_Long(v); in formatlong()
513 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY()
467 iobj = PyNumber_Long(v); in formatlong()
1702 PyNumber_Long(PyObject *o) function
4029 return PyNumber_Long(x); in long_new()
4515 iobj = PyNumber_Long(v); in PyString_Format()
235 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
101 "PyNumber_Long"
269 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
864 PyNumber_Long:PyObject*::+1:865 PyNumber_Long:PyObject*:o:0:
503 * Deprecated :c:func:`PyNumber_Int`. Use :c:func:`PyNumber_Long` instead.
1472 PyNumber_Long:PyObject*::+1:1473 PyNumber_Long:PyObject*:o:0:
1932 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
75 Make long() and PyNumber_Long return something of type long for a class
1905 PyObject *w = PyNumber_Long(curnum); in handle_range_longs()
2236 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()