Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h96 _io__IOBase_readable_impl(PyObject *self);
101 return _io__IOBase_readable_impl(self); in _io__IOBase_readable()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Diobase.c402 _io__IOBase_readable_impl(PyObject *self) in _io__IOBase_readable_impl() function