Home
last modified time | relevance | path

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

/third_party/python/Lib/re/
H A D__init__.py271 _MAXCACHE = 512 variable
296 if len(_cache) >= _MAXCACHE:
305 @functools.lru_cache(_MAXCACHE)

Completed in 2 milliseconds