Searched refs:PyNumber_Int (Results 1 – 18 of 18) sorted by relevance
344 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); in ConvertScalar()381 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); in ConvertScalar()419 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); in ConvertScalar()489 Safe_PyObjectPtr as_int = make_safe(PyNumber_Int(v)); in ConvertOneFloat()
92 py_int_id = PyNumber_Int(pyo_id); in grp_getgrgid()
524 tout = PyNumber_Int(tout); in poll_poll()
2135 PyObject *resint = PyNumber_Int(result); in Tkapp_GetInt()
285 PyNumber_Int
883 PyAPI_FUNC(PyObject *) PyNumber_Int(PyObject *o);
512 WRAP_UNARY(proxy_int, PyNumber_Int) in WRAP_BINARY()
1777 INPLACE_UPDATE(numerator, PyNumber_Int(numerator)); in float_as_integer_ratio()1779 INPLACE_UPDATE(denominator, PyNumber_Int(denominator)); in float_as_integer_ratio()
1081 return PyNumber_Int(x); in int_new()
1608 PyNumber_Int(PyObject *o) function
4512 iobj = PyNumber_Int(v); in PyString_Format()
8636 iobj = PyNumber_Int(v); in PyUnicode_Format()
100 "PyNumber_Int"
260 .. c:function:: PyObject* PyNumber_Int(PyObject *o)
858 PyNumber_Int:PyObject*::+1:859 PyNumber_Int:PyObject*:o:0:
503 * Deprecated :c:func:`PyNumber_Int`. Use :c:func:`PyNumber_Long` instead.
2195 PyObject *r = o ? PyNumber_Int(o) : NULL; in cdata_int()
15277 - Issue #4910: Builtin int() function and PyNumber_Long/PyNumber_Int API