Home
last modified time | relevance | path

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

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