Home
last modified time | relevance | path

Searched refs:file_isatty (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c985 file_isatty(PyFileObject *f) in file_isatty() function
2134 {"isatty", (PyCFunction)file_isatty, METH_NOARGS, isatty_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c971 file_isatty(PyFileObject *f) in file_isatty() function
2066 {"isatty", (PyCFunction)file_isatty, METH_NOARGS, isatty_doc},