Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h306 _io__RawIOBase_readall_impl(PyObject *self);
311 return _io__RawIOBase_readall_impl(self); in _io__RawIOBase_readall()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Diobase.c948 _io__RawIOBase_readall_impl(PyObject *self) in _io__RawIOBase_readall_impl() function