HomeSort by relevance Sort by last modified time
    Searched refs:_CACHE_MAX_SIZE (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 271 _CACHE_MAX_SIZE = 5 # Max number of regexes stored in _regex_cache
302 if len(_regex_cache) > _CACHE_MAX_SIZE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 509 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 509 while len(_strptime._regex_cache) <= _strptime._CACHE_MAX_SIZE:

Completed in 123 milliseconds