Home
last modified time | relevance | path

Searched refs:_method_cache (Results 1 – 1 of 1) sorted by relevance

/external/python/pycparser/pycparser/
Dc_ast.py143 _method_cache = None variable in NodeVisitor
149 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