Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c2348 static PyMethodDef bz2_methods[] = { variable
2378 m = Py_InitModule3("bz2", bz2_methods, bz2__doc__); in initbz2()