Searched refs:_PyIO_str_newlines (Results 1 – 9 of 9) 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()
2555 res = PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in textiowrapper_newlines_get()
165 extern PyObject *_PyIO_str_newlines;
37 PyObject *_PyIO_str_newlines = NULL; variable
966 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
3025 _PyObject_LookupAttr(self->decoder, _PyIO_str_newlines, &res) == 0) in textiowrapper_newlines_get()
442 _PyIO_str_newlines