Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lzmamodule.c1285 static PyTypeObject Decompressor_type = { variable
1517 if (PyType_Ready(&Decompressor_type) == -1) in PyInit__lzma()
1519 Py_INCREF(&Decompressor_type); in PyInit__lzma()
1521 (PyObject *)&Decompressor_type) == -1) in PyInit__lzma()