Searched refs:PyNumber_Check (Results 1 – 19 of 19) sorted by relevance
205 else if (PyNumber_Check(other)) { in interpid_richcompare()
656 if (PyNumber_Check(values) || PyUnicode_Check(values)) { in bytearray_ass_subscript()
830 PyNumber_Check(PyObject *o) in PyNumber_Check() function
894 PyNumber_Check(filename)) { in oserror_init()
495 if (PyNumber_Check(v)) { in formatlong()
14892 if (!PyNumber_Check(v)) in mainformatlong()
417 PyAPI_FUNC(int) PyNumber_Check(PyObject *o);
254 is_number = PyNumber_Check(file); in _io_open_impl()
9 .. c:function:: int PyNumber_Check(PyObject *o)
411 function,PyNumber_Check,3.2,
1430 PyNumber_Check:int:::1431 PyNumber_Check:PyObject*:o:0:
387 EXPORT_FUNC(PyNumber_Check)
1265 quoted = !PyNumber_Check(field); in csv_writerow()
4178 if ((long_cnt != NULL && !PyNumber_Check(long_cnt)) || in itertools_count_impl()4179 (long_step != NULL && !PyNumber_Check(long_step))) { in itertools_count_impl()
1634 else if (PyNumber_Check(other)) { in channelid_richcompare()
2092 if (PyNumber_Check(arg)) { in _tkinter_tkapp_getdouble()
942 function PyNumber_Check
22238 - PyNumber_Check() now checks that the object has a nb_int or nb_float23156 - PyNumber_Check() now returns true for string and unicode objects.23159 PyNumber_Check() is not very useful to determine numeric behavior.
1608 :class:`~fractions.Fraction`). :c:func:`PyNumber_Check` will now return