Searched refs:_parser_cache (Results 1 – 1 of 1) sorted by relevance
36 _parser_cache = None variable50 global _parser_cache51 if _parser_cache is None:52 _parser_cache = pycparser.CParser()53 return _parser_cache