Home
last modified time | relevance | path

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

/external/devlib/devlib/utils/
Dmisc.py554 __memo_cache = {} variable
558 __memo_cache.clear()
596 if id_string not in __memo_cache:
597 __memo_cache[id_string] = wrapped(*args, **kwargs)
598 return __memo_cache[id_string]