Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h156 _io__IOBase_isatty_impl(PyObject *self);
161 return _io__IOBase_isatty_impl(self); in _io__IOBase_isatty()
/external/python/cpython3/Modules/_io/
Diobase.c510 _io__IOBase_isatty_impl(PyObject *self) in _io__IOBase_isatty_impl() function