Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lzmamodule.c846 static PyTypeObject Compressor_type = { variable
1510 if (PyType_Ready(&Compressor_type) == -1) in PyInit__lzma()
1512 Py_INCREF(&Compressor_type); in PyInit__lzma()
1514 (PyObject *)&Compressor_type) == -1) in PyInit__lzma()