Home
last modified time | relevance | path

Searched defs:_CacheInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/
Dfunctools.py430 _CacheInfo = namedtuple("CacheInfo", ["hits", "misses", "maxsize", "currsize"]) variable
525 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument