Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c1012 BZ2File_seek(BZ2FileObject *self, PyObject *args) in BZ2File_seek() function
1269 {"seek", (PyCFunction)BZ2File_seek, METH_VARARGS, BZ2File_seek__doc__},