Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dre.py287 _MAXCACHE = 512 variable
305 if len(_cache) >= _MAXCACHE:
314 @functools.lru_cache(_MAXCACHE)