Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_bz2module.c54 static PyTypeObject BZ2Compressor_Type; variable
344 static PyTypeObject BZ2Compressor_Type = { variable
732 if (PyModule_AddType(module, &BZ2Compressor_Type) < 0) { in _bz2_exec()
/external/python/cpython3/Modules/clinic/
D_bz2module.c.h88 if (Py_IS_TYPE(self, &BZ2Compressor_Type) && in _bz2_BZ2Compressor___init__()