Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dfunctools.py480 wrapper = _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo)
485 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): function
602 from _functools import _lru_cache_wrapper