Home
last modified time | relevance | path

Searched refs:_PyIO_str_newlines (Results 1 – 9 of 9) 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.c2555 res = PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in textiowrapper_newlines_get()
/external/python/cpython3/Modules/_io/
D_iomodule.h165 extern PyObject *_PyIO_str_newlines;
D_iomodule.c37 PyObject *_PyIO_str_newlines = NULL; variable
Dstringio.c966 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
Dtextio.c3025 _PyObject_LookupAttr(self->decoder, _PyIO_str_newlines, &res) == 0) in textiowrapper_newlines_get()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt442 _PyIO_str_newlines