Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h116 _io__IOBase_writable_impl(PyObject *self);
121 return _io__IOBase_writable_impl(self); in _io__IOBase_writable()
/external/python/cpython3/Modules/_io/
Diobase.c440 _io__IOBase_writable_impl(PyObject *self) in _io__IOBase_writable_impl() function