Searched refs:__memo_cache (Results 1 – 1 of 1) sorted by relevance
554 __memo_cache = {} variable558 __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]