Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c1260 static PyObject *BZ2File_getiter(BZ2FileObject *self);
1266 {"xreadlines", (PyCFunction)BZ2File_getiter, METH_VARARGS, BZ2File_xreadlines__doc__},
1497 BZ2File_getiter(BZ2FileObject *self) in BZ2File_getiter() function
1580 (getiterfunc)BZ2File_getiter, /*tp_iter*/