Home
last modified time | relevance | path

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

/external/python/cachetools/src/cachetools/
Dfunc.py20 _CacheInfo = collections.namedtuple( variable
/external/python/cpython3/Lib/
Dfunctools.py452 _CacheInfo = namedtuple("CacheInfo", ["hits", "misses", "maxsize", "currsize"]) variable
548 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument