Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dshutil.py25 _BZ2_SUPPORTED = True variable
27 _BZ2_SUPPORTED = False variable
372 elif _BZ2_SUPPORTED and compress == 'bzip2':
503 if _BZ2_SUPPORTED:
/external/python/cpython3/Lib/
Dshutil.py24 _BZ2_SUPPORTED = True variable
26 _BZ2_SUPPORTED = False variable
877 elif _BZ2_SUPPORTED and compress == 'bzip2':
975 if _BZ2_SUPPORTED:
1191 if _BZ2_SUPPORTED: