Home
last modified time | relevance | path

Searched refs:PyNumber_Check (Results 1 – 25 of 36) sorted by relevance

12

/external/python/cpython2/Modules/_io/
Dbytesio.c239 if (PyNumber_Check(arg)) { in bytesio_read()
308 if (PyNumber_Check(arg)) { in bytesio_readline()
354 if (PyNumber_Check(arg)) { in bytesio_readlines()
446 if (PyNumber_Check(arg)) { in bytesio_truncate()
Dstringio.c225 if (PyNumber_Check(arg)) { in stringio_read()
299 if (PyNumber_Check(arg)) { in stringio_readline()
367 if (PyNumber_Check(arg)) { in stringio_truncate()
D_iomodule.c317 !PyNumber_Check(file)) { in io_open()
602 else if (PyNumber_Check(obj)) { in _PyIO_ConvertSsize_t()
/external/python/cpython3/Modules/_io/
Dstringio.c323 if (PyNumber_Check(arg)) { in _io_StringIO_read_impl()
409 if (PyNumber_Check(arg)) { in _io_StringIO_readline_impl()
481 if (PyNumber_Check(arg)) { in _io_StringIO_truncate_impl()
D_iomodule.c253 is_number = PyNumber_Check(file); in _io_open_impl()
552 else if (PyNumber_Check(obj)) { in _PyIO_ConvertSsize_t()
/external/python/cpython2/PC/os2vacpp/
Dpython.def279 PyNumber_Check
/external/python/cpython2/Modules/
Dselectmodule.c216 else if (!PyNumber_Check(tout)) { in select_select()
518 else if (!PyNumber_Check(tout)) { in poll_poll()
1563 else if (PyNumber_Check(otimeout)) { in kqueue_queue_control()
Doperator.c88 spami(isNumberType , PyNumber_Check) in spami()
D_csv.c1191 quoted = !PyNumber_Check(field); in csv_writerow()
Ditertoolsmodule.c3284 if ((long_cnt != NULL && !PyNumber_Check(long_cnt)) || in count_new()
3285 (long_step != NULL && !PyNumber_Check(long_step))) { in count_new()
/external/python/cpython2/Include/
Dabstract.h650 PyAPI_FUNC(int) PyNumber_Check(PyObject *o);
/external/python/cpython3/Objects/
Dbytes_methods.c424 if (!PyNumber_Check(tmp_subobj)) { in parse_args_finds_byte()
Dbytearrayobject.c652 if (PyNumber_Check(values) || PyUnicode_Check(values)) { in bytearray_ass_subscript()
/external/python/cpython3/Include/
Dabstract.h721 PyAPI_FUNC(int) PyNumber_Check(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def385 PyNumber_Check=python36.PyNumber_Check
/external/python/cpython2/Objects/
Dobject.c786 if (PyNumber_Check(v)) in default_3way_compare()
790 if (PyNumber_Check(w)) in default_3way_compare()
Dabstract.c129 rv = PyNumber_Check(ro) ? PyInt_AsSsize_t(ro) : defaultvalue; in _PyObject_LengthHint()
883 PyNumber_Check(PyObject *o) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst9 .. c:function:: int PyNumber_Check(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def130 "PyNumber_Check"
/external/python/cpython2/Doc/c-api/
Dnumber.rst9 .. c:function:: int PyNumber_Check(PyObject *o)
/external/python/cpython2/Doc/data/
Drefcounts.dat783 PyNumber_Check:PyObject*:o:0:
784 PyNumber_Check:int:::
/external/python/cpython3/Doc/data/
Drefcounts.dat801 PyNumber_Check:PyObject*:o:0:
802 PyNumber_Check:int:::
/external/python/cpython3/Modules/
Dmmapmodule.c251 else if (PyNumber_Check(obj)) { in mmap_convert_ssize_t()
D_csv.c1209 quoted = !PyNumber_Check(field); in csv_writerow()
Ditertoolsmodule.c3949 if ((long_cnt != NULL && !PyNumber_Check(long_cnt)) || in count_new()
3950 (long_step != NULL && !PyNumber_Check(long_step))) { in count_new()

12