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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 151 extern PyObject *_PyIO_str_isatty;
_iomodule.c 33 PyObject *_PyIO_str_isatty;
735 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty")))
bufferedio.c 563 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 146 extern PyObject *_PyIO_str_isatty;
_iomodule.c 33 PyObject *_PyIO_str_isatty;
726 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty")))
bufferedio.c 547 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL);
    [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.h 156 extern PyObject *_PyIO_str_isatty;
_iomodule.c 33 PyObject *_PyIO_str_isatty;
735 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty")))
bufferedio.c 562 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL);
    [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.h 164 extern PyObject *_PyIO_str_isatty;
_iomodule.c 36 PyObject *_PyIO_str_isatty = NULL;
bufferedio.c 608 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL);
    [all...]

Completed in 776 milliseconds