Searched refs:_MAXCACHE (Results 1 – 5 of 5) sorted by relevance
6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge62 for i in range(_MAXCACHE + 1):65 self.assertLessEqual(len(_cache), _MAXCACHE)
18 _MAXCACHE = 100 variable52 if len(_cache) >= _MAXCACHE:76 if len(_cache) >= _MAXCACHE:
226 _MAXCACHE = 100 variable245 if len(_cache) >= _MAXCACHE:260 if len(_cache_repl) >= _MAXCACHE:
18 _MAXCACHE = 100 variable54 if len(_cache) >= _MAXCACHE:80 if len(_cache) >= _MAXCACHE:
228 _MAXCACHE = 100 variable253 if len(_cache) >= _MAXCACHE:274 if len(_cache_repl) >= _MAXCACHE: