Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dfileio.c.h280 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence);
293 return_value = _io_FileIO_seek_impl(self, pos, whence); in _io_FileIO_seek()
/external/python/cpython3/Modules/_io/
Dfileio.c947 _io_FileIO_seek_impl(fileio *self, PyObject *pos, int whence) function