Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_lzmamodule.c829 static PyTypeObject Compressor_type = { variable
1491 if (PyType_Ready(&Compressor_type) == -1) in PyInit__lzma()
1493 Py_INCREF(&Compressor_type); in PyInit__lzma()
1495 (PyObject *)&Compressor_type) == -1) in PyInit__lzma()