Searched refs:FORMAT_AUTO (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | lzma.py | 16 "FORMAT_AUTO", "FORMAT_XZ", "FORMAT_ALONE", "FORMAT_RAW", 63 If mode is "r", this defaults to FORMAT_AUTO. Otherwise, the 105 format = FORMAT_AUTO 331 def decompress(data, format=FORMAT_AUTO, memlimit=None, filters=None):
|
/third_party/python/Modules/clinic/ |
H A D | _lzmamodule.c.h | 144 "LZMADecompressor(format=FORMAT_AUTO, memlimit=None, filters=None)\n" 151 " FORMAT_AUTO (the default), the decompressor will automatically detect\n" 180 int format = FORMAT_AUTO; in _lzma_LZMADecompressor___init__()
|
/third_party/python/Modules/ |
H A D | _lzmamodule.c | 97 FORMAT_AUTO, enumerator 1170 format: int(c_default="FORMAT_AUTO") = FORMAT_AUTO 1172 FORMAT_AUTO (the default), the decompressor will automatically detect 1251 case FORMAT_AUTO: in _lzma_LZMADecompressor___init___impl() 1531 ADD_INT_MACRO(module, FORMAT_AUTO); in lzma_exec()
|
/third_party/python/Lib/test/ |
H A D | test_lzma.py | 32 # Can't specify FORMAT_AUTO when compressing. 33 self.assertRaises(ValueError, LZMACompressor, format=lzma.FORMAT_AUTO)
|
Completed in 6 milliseconds