Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h162 _io__IOBase_flush_impl(PyObject *self);
167 return _io__IOBase_flush_impl(self); in _io__IOBase_flush()
/external/python/cpython3/Modules/_io/
Diobase.c166 _io__IOBase_flush_impl(PyObject *self) in _io__IOBase_flush_impl() function