Home
last modified time | relevance | path

Searched refs:_PyIO_str_read (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c36 PyObject *_PyIO_str_read; variable
737 if (!(_PyIO_str_read = PyString_InternFromString("read"))) in init_io()
D_iomodule.h159 extern PyObject *_PyIO_str_read;
Dbufferedio.c1382 data = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_read, NULL); in _bufferedreader_read_all()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO137 Modules/_io/_iomodule.c:_PyIO_str_read PyObject *_PyIO_str_read
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv44 Modules/_io/_iomodule.h - _PyIO_str_read -