Home
last modified time | relevance | path

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

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