Searched refs:PyNumber_Check (Results 1 – 21 of 21) sorted by relevance
9 return PyLong_FromLong(PyNumber_Check(obj)); in number_check()
428 PyAPI_FUNC(int) PyNumber_Check(PyObject *o);
215 is_number = PyNumber_Check(file); in _io_open_impl()
139 return PyBool_FromLong(PyNumber_Check(obj)); in number_check()
9 .. c:function:: int PyNumber_Check(PyObject *o)
419 EXPORT_FUNC(PyNumber_Check)
443 func,PyNumber_Check,3.2,,
1493 PyNumber_Check:int:::1494 PyNumber_Check:PyObject*:o:0:
497 …<elf-symbol name='PyNumber_Check' type='func-type' binding='global-binding' visibility='default-vi…4432 …PyNumber_Check' mangled-name='PyNumber_Check' filepath='Objects/abstract.c' line='900' column='1' …
1325 quoted = !PyNumber_Check(field); in csv_writerow()
4060 if ((long_cnt != NULL && !PyNumber_Check(long_cnt)) || in itertools_count_impl()4061 (long_step != NULL && !PyNumber_Check(long_step))) { in itertools_count_impl()
2040 if (PyNumber_Check(arg)) { in _tkinter_tkapp_getdouble()
2498 else if (PyNumber_Check(other)) { in channelid_richcompare()
654 if (PyNumber_Check(values) || PyUnicode_Check(values)) { in bytearray_ass_subscript()
900 PyNumber_Check(PyObject *o) in PyNumber_Check() function
454 if (PyNumber_Check(v)) { in formatlong()
1775 PyNumber_Check(filename)) { in oserror_init()
14067 if (!PyNumber_Check(v)) in mainformatlong()
1047 [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.
1613 :class:`~fractions.Fraction`). :c:func:`PyNumber_Check` will now return