Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_bz2module.c.h164 if ((Py_TYPE(self) == &BZ2Decompressor_Type) && in _bz2_BZ2Decompressor___init__()
168 if ((Py_TYPE(self) == &BZ2Decompressor_Type) && in _bz2_BZ2Decompressor___init__()
/external/python/cpython3/Modules/
D_bz2module.c57 static PyTypeObject BZ2Decompressor_Type; variable
705 static PyTypeObject BZ2Decompressor_Type = { variable
768 if (PyType_Ready(&BZ2Decompressor_Type) < 0) in PyInit__bz2()
778 Py_INCREF(&BZ2Decompressor_Type); in PyInit__bz2()
780 (PyObject *)&BZ2Decompressor_Type); in PyInit__bz2()