Searched refs:_method_cache (Results 1 – 1 of 1) sorted by relevance
143 _method_cache = None variable in NodeVisitor149 if self._method_cache is None:150 self._method_cache = {}152 visitor = self._method_cache.get(node.__class__.__name__, None)156 self._method_cache[node.__class__.__name__] = visitor