Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dgzip.py22 _COMPRESS_LEVEL_BEST = 9 variable
25 def open(filename, mode="rb", compresslevel=_COMPRESS_LEVEL_BEST,
135 compresslevel=_COMPRESS_LEVEL_BEST, fileobj=None, mtime=None):
261 if compresslevel == _COMPRESS_LEVEL_BEST:
543 def compress(data, compresslevel=_COMPRESS_LEVEL_BEST, *, mtime=None):
578 compresslevel = _COMPRESS_LEVEL_BEST