Searched refs:BZ2Decompressor_Type (Results 1 – 2 of 2) sorted by relevance
164 if ((Py_TYPE(self) == &BZ2Decompressor_Type) && in _bz2_BZ2Decompressor___init__()168 if ((Py_TYPE(self) == &BZ2Decompressor_Type) && in _bz2_BZ2Decompressor___init__()
57 static PyTypeObject BZ2Decompressor_Type; variable705 static PyTypeObject BZ2Decompressor_Type = { variable768 if (PyType_Ready(&BZ2Decompressor_Type) < 0) in PyInit__bz2()778 Py_INCREF(&BZ2Decompressor_Type); in PyInit__bz2()780 (PyObject *)&BZ2Decompressor_Type); in PyInit__bz2()