Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dshutil.py18 _ZLIB_SUPPORTED = True variable
20 _ZLIB_SUPPORTED = False variable
370 elif _ZLIB_SUPPORTED and compress == 'gzip':
499 if _ZLIB_SUPPORTED:
/external/python/cpython3/Lib/
Dshutil.py17 _ZLIB_SUPPORTED = True variable
19 _ZLIB_SUPPORTED = False variable
875 elif _ZLIB_SUPPORTED and compress == 'gzip':
970 if _ZLIB_SUPPORTED:
1187 if _ZLIB_SUPPORTED: