Searched refs:BZ2Compressor_Type (Results 1 – 2 of 2) sorted by relevance
54 static PyTypeObject BZ2Compressor_Type; variable344 static PyTypeObject BZ2Compressor_Type = { variable732 if (PyModule_AddType(module, &BZ2Compressor_Type) < 0) { in _bz2_exec()
88 if (Py_IS_TYPE(self, &BZ2Compressor_Type) && in _bz2_BZ2Compressor___init__()