Searched refs:PyNumber_Long (Results 1 – 14 of 14) sorted by relevance
287 PyNumber_Long
892 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
511 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY()
1705 PyNumber_Long(PyObject *o) function
4029 return PyNumber_Long(x); in long_new()
4518 iobj = PyNumber_Long(v); in PyString_Format()
8643 iobj = PyNumber_Long(v); in PyUnicode_Format()
101 "PyNumber_Long"
269 .. c:function:: PyObject* PyNumber_Long(PyObject *o)
864 PyNumber_Long:PyObject*::+1:865 PyNumber_Long:PyObject*:o:0:
1927 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
1904 PyObject *w = PyNumber_Long(curnum); in handle_range_longs()
2918 PyObject *intobj = PyNumber_Long(t); in extract_time()
5481 - Issue #9869: Make long() and PyNumber_Long return something of type