Lines Matching refs:_spontaneous_environments
37 _spontaneous_environments = LRUCache(10)50 env = _spontaneous_environments.get(args)55 _spontaneous_environments[args] = env = Environment(*args)