Searched refs:REASONABLY_LARGE (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dbinhex.py39 REASONABLY_LARGE=32768 # Minimal amount we pass the rle-coder variable
160 if len(self.data) < REASONABLY_LARGE:
/external/python/cpython3/Lib/
H A Dbinhex.py39 REASONABLY_LARGE = 32768 # Minimal amount we pass the rle-coder variable
126 if len(self.data) < REASONABLY_LARGE:

Completed in 107 milliseconds