Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/clinic/
Diobase.c.h55 _io__IOBase_close_impl(PyObject *self);
60 return _io__IOBase_close_impl(self); in _io__IOBase_close()
/third_party/python/Modules/_io/
Diobase.c226 _io__IOBase_close_impl(PyObject *self) in _io__IOBase_close_impl() function