Home
last modified time | relevance | path

Searched refs:PyNumber_Check (Results 1 – 25 of 34) 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()
Dtextio.c1867 if (!PyNumber_Check(limitobj)) { in textiowrapper_readline()
/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()
1613 else if (PyNumber_Check(otimeout)) { in kqueue_queue_control()
Doperator.c88 spami(isNumberType , PyNumber_Check) in spami()
D_csv.c1187 quoted = !PyNumber_Check(field); in csv_writerow()
Ditertoolsmodule.c3274 if ((long_cnt != NULL && !PyNumber_Check(long_cnt)) || in count_new()
3275 (long_step != NULL && !PyNumber_Check(long_step))) { in count_new()
/external/python/cpython3/Modules/_io/
D_iomodule.c253 is_number = PyNumber_Check(file); in _io_open_impl()
/external/python/cpython2/Include/
Dabstract.h650 PyAPI_FUNC(int) PyNumber_Check(PyObject *o);
/external/python/cpython3/Include/
Dabstract.h612 PyAPI_FUNC(int) PyNumber_Check(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def385 PyNumber_Check=python37.PyNumber_Check
/external/python/cpython2/Objects/
Dobject.c791 if (PyNumber_Check(v)) in default_3way_compare()
795 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/Modules/
D_csv.c1181 quoted = !PyNumber_Check(field); in csv_writerow()
Ditertoolsmodule.c3973 if ((long_cnt != NULL && !PyNumber_Check(long_cnt)) || in count_new()
3974 (long_step != NULL && !PyNumber_Check(long_step))) { in count_new()
/external/python/cpython3/Doc/data/
Drefcounts.dat1399 PyNumber_Check:int:::
1400 PyNumber_Check:PyObject*:o:0:
/external/python/cpython3/Objects/
Dbytearrayobject.c674 if (PyNumber_Check(values) || PyUnicode_Check(values)) { in bytearray_ass_subscript()
Dabstract.c759 PyNumber_Check(PyObject *o) in PyNumber_Check() function
Dexceptions.c870 PyNumber_Check(filename)) { in oserror_init()

12