Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c1165 BZ2File_tell(BZ2FileObject *self, PyObject *args) in BZ2File_tell() function
1270 {"tell", (PyCFunction)BZ2File_tell, METH_NOARGS, BZ2File_tell__doc__},