Home
last modified time | relevance | path

Searched refs:_PyIO_str_newlines (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h157 extern PyObject *_PyIO_str_newlines;
D_iomodule.c34 PyObject *_PyIO_str_newlines; variable
733 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines"))) in init_io()
Dstringio.c820 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
Dtextio.c2550 res = PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in textiowrapper_newlines_get()