Searched refs:_PyIO_str_read (Results 1 – 5 of 5) sorted by relevance
36 PyObject *_PyIO_str_read; variable737 if (!(_PyIO_str_read = PyString_InternFromString("read"))) in init_io()
159 extern PyObject *_PyIO_str_read;
1382 data = PyObject_CallMethodObjArgs(self->raw, _PyIO_str_read, NULL); in _bufferedreader_read_all()
137 Modules/_io/_iomodule.c:_PyIO_str_read PyObject *_PyIO_str_read
44 Modules/_io/_iomodule.h - _PyIO_str_read -