Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbz2module.c1843 static PyTypeObject BZ2Comp_Type = { variable
2359 if (PyType_Ready(&BZ2Comp_Type) < 0) in initbz2()
2373 Py_INCREF(&BZ2Comp_Type); in initbz2()
2374 PyModule_AddObject(m, "BZ2Compressor", (PyObject *)&BZ2Comp_Type); in initbz2()