Searched refs:buffered_isatty (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
H A Dbufferedio.c559 buffered_isatty(buffered *self, PyObject *args) function
1567 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
1962 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2373 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
/external/python/cpython3/Modules/_io/
H A Dbufferedio.c620 buffered_isatty(buffered *self, PyObject *args) function
2405 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2496 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},
2663 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS},

Completed in 103 milliseconds