Searched refs:_PyIO_str_read1 (Results 1 – 7 of 7) sorted by relevance
160 extern PyObject *_PyIO_str_read1;
37 PyObject *_PyIO_str_read1; variable739 if (!(_PyIO_str_read1 = PyString_InternFromString("read1"))) in init_io()
1437 _PyIO_str_read1, chunk_size, NULL); in textiowrapper_read_chunk()
169 extern PyObject *_PyIO_str_read1;
42 PyObject *_PyIO_str_read1 = NULL; variable
1210 r = _PyObject_LookupAttr(buffer, _PyIO_str_read1, &res); in _io_TextIOWrapper___init___impl()1813 (self->has_read1 ? _PyIO_str_read1: _PyIO_str_read), in textiowrapper_read_chunk()
445 _PyIO_str_read1