Searched refs:_enum_cache (Results 1 – 1 of 1) sorted by relevance
311 _enum_cache = {} variable325 global _enum_cache331 if enum_name not in _enum_cache:341 _enum_cache[enum_name] = d343 return _enum_cache[enum_name][member_name]