Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c1249 BZ2File_exit(BZ2FileObject *self, PyObject *args) in BZ2File_exit() function
1273 {"__exit__", (PyCFunction)BZ2File_exit, METH_VARARGS, BZ2File_exit_doc},