Home
last modified time | relevance | path

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

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