Searched refs:PyNumber_Long (Results 1 – 25 of 38) sorted by relevance
12
346 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertScalar()383 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertScalar()421 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertScalar()491 Safe_PyObjectPtr as_int = make_safe(PyNumber_Long(v)); in ConvertOneFloat()
58 PyObject *tmp = PyNumber_Long(source);
130 py_int_id = PyNumber_Long(id); in grp_getgrgid_impl()
287 PyNumber_Long
515 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
892 PyAPI_FUNC(PyObject *) PyNumber_Long(PyObject *o);
406 PyNumber_Long=python39.PyNumber_Long
513 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY()
467 iobj = PyNumber_Long(v); in formatlong()
1702 PyNumber_Long(PyObject *o) function
549 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
1411 PyNumber_Long(PyObject *o) in PyNumber_Long() function
460 iobj = PyNumber_Long(v); in formatlong()
238 .. 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:
625 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()650 PyObject* casted = PyNumber_Long(arg); in CheckAndGetInteger()
503 * Deprecated :c:func:`PyNumber_Int`. Use :c:func:`PyNumber_Long` instead.
1500 PyNumber_Long:PyObject*::+1:1501 PyNumber_Long:PyObject*:o:0:
75 Make long() and PyNumber_Long return something of type long for a class
1117 PYBIND11_OBJECT_CVT(int_, object, PYBIND11_LONG_CHECK, PyNumber_Long) in PYBIND11_NAMESPACE_END()
1932 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()
1905 PyObject *w = PyNumber_Long(curnum); in handle_range_longs()
2352 PyLongObject *cookieLong = (PyLongObject *)PyNumber_Long(cookieObj); in textiowrapper_parse_cookie()