Home
last modified time | relevance | path

Searched refs:_PyIO_str_isatty (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h156 extern PyObject *_PyIO_str_isatty;
D_iomodule.c33 PyObject *_PyIO_str_isatty; variable
731 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty"))) in init_io()
Dbufferedio.c562 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL); in buffered_isatty()
/external/python/cpython3/Modules/_io/
D_iomodule.h164 extern PyObject *_PyIO_str_isatty;
D_iomodule.c37 PyObject *_PyIO_str_isatty = NULL; variable
Dbufferedio.c609 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL); in buffered_isatty()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt441 _PyIO_str_isatty