Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h25 _io__TextIOBase_detach_impl(PyObject *self, PyTypeObject *cls);
34 return _io__TextIOBase_detach_impl(self, cls); in _io__TextIOBase_detach()
/external/python/cpython3/Modules/_io/
Dtextio.c64 _io__TextIOBase_detach_impl(PyObject *self, PyTypeObject *cls) in _io__TextIOBase_detach_impl() function