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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.c 33 PyObject *_PyIO_str_isatty;
735 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty")))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.c 33 PyObject *_PyIO_str_isatty;
726 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty")))
  /external/python/cpython2/Modules/_io/
_iomodule.c 33 PyObject *_PyIO_str_isatty;
735 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty")))
  /external/python/cpython3/Modules/_io/
_iomodule.c 36 PyObject *_PyIO_str_isatty = NULL;

Completed in 341 milliseconds