Searched refs:_proto_code_cache (Results 1 – 1 of 1) sorted by relevance
98 _proto_code_cache = {} variable123 if self._module_name in _proto_code_cache:124 code = _proto_code_cache[self._module_name]139 if module_name not in _proto_code_cache:140 _proto_code_cache[module_name] = f[1]