Searched refs:_PyIO_str_newlines (Results 1 – 4 of 4) sorted by relevance
157 extern PyObject *_PyIO_str_newlines;
34 PyObject *_PyIO_str_newlines; variable733 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines"))) in init_io()
820 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
2550 res = PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in textiowrapper_newlines_get()