HomeSort by relevance Sort by last modified time
    Searched refs:_PyIO_str_newlines (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 152 extern PyObject *_PyIO_str_newlines;
_iomodule.c 34 PyObject *_PyIO_str_newlines;
737 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines")))
stringio.c 820 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines);
textio.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 147 extern PyObject *_PyIO_str_newlines;
_iomodule.c 34 PyObject *_PyIO_str_newlines;
728 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines")))
stringio.c 807 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines);
textio.c     [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.h 157 extern PyObject *_PyIO_str_newlines;
_iomodule.c 34 PyObject *_PyIO_str_newlines;
737 if (!(_PyIO_str_newlines = PyString_InternFromString("newlines")))
stringio.c 820 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines);
textio.c     [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.h 167 extern PyObject *_PyIO_str_newlines;
_iomodule.c 37 PyObject *_PyIO_str_newlines;
stringio.c 1008 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines);
textio.c     [all...]

Completed in 251 milliseconds