Searched refs:BZ2Comp_Type (Results 1 – 1 of 1) sorted by relevance
1857 static PyTypeObject BZ2Comp_Type = { variable2373 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()