Home
last modified time | relevance | path

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

/third_party/cef/tools/yapf/yapf/yapflib/
Dpy3compat.py33 lru_cache = functools.lru_cache variable
52 def lru_cache(maxsize=128, typed=False): function
/third_party/python/Lib/
Dfunctools.py479 def lru_cache(maxsize=128, typed=False): function