Home
last modified time | relevance | path

Searched refs:_PyIO_str_readable (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h161 extern PyObject *_PyIO_str_readable;
D_iomodule.c38 PyObject *_PyIO_str_readable; variable
741 if (!(_PyIO_str_readable = PyString_InternFromString("readable"))) in init_io()
Diobase.c354 PyObject *res = PyObject_CallMethodObjArgs(self, _PyIO_str_readable, NULL); in _PyIOBase_check_readable()
Dbufferedio.c525 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_readable, NULL); in buffered_readable()
/external/python/cpython3/Modules/_io/
D_iomodule.h171 extern PyObject *_PyIO_str_readable;
D_iomodule.c43 PyObject *_PyIO_str_readable = NULL; variable
Diobase.c418 PyObject *res = PyObject_CallMethodNoArgs(self, _PyIO_str_readable); in _PyIOBase_check_readable()
Dbufferedio.c571 return PyObject_CallMethodNoArgs(self->raw, _PyIO_str_readable); in buffered_readable()
/external/python/cpython3/Tools/c-analyzer/
DTODO178 Modules/_io/_iomodule.c:_PyIO_str_readable PyObject *_PyIO_str_readable
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv37 Modules/_io/_iomodule.h - _PyIO_str_readable -
2670 Modules/_io/_iomodule.c - _PyIO_str_readable -
/external/python/cpython3/Doc/data/
Dpython3.10.abi20496 …<var-decl name='_PyIO_str_readable' type-id='type-id-16' visibility='default' filepath='./Modules/…