Searched refs:Decompressor_type (Results 1 – 1 of 1) sorted by relevance
1266 static PyTypeObject Decompressor_type = { variable1498 if (PyType_Ready(&Decompressor_type) == -1) in PyInit__lzma()1500 Py_INCREF(&Decompressor_type); in PyInit__lzma()1502 (PyObject *)&Decompressor_type) == -1) in PyInit__lzma()