Searched refs:_PyIO_str_isatty (Results 1 – 7 of 7) sorted by relevance
156 extern PyObject *_PyIO_str_isatty;
33 PyObject *_PyIO_str_isatty; variable731 if (!(_PyIO_str_isatty = PyString_InternFromString("isatty"))) in init_io()
562 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL); in buffered_isatty()
164 extern PyObject *_PyIO_str_isatty;
37 PyObject *_PyIO_str_isatty = NULL; variable
609 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_isatty, NULL); in buffered_isatty()
441 _PyIO_str_isatty