Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lzmamodule.c1266 static PyTypeObject Decompressor_type = { variable
1498 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()