Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dfileio.c773 fileio_seek(fileio *self, PyObject *args) in fileio_seek() function
1048 {"seek", (PyCFunction)fileio_seek, METH_VARARGS, seek_doc},