Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dfunctools.py511 wrapper = _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo)
519 wrapper = _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo)
525 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): function
642 from _functools import _lru_cache_wrapper