Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dcparser.py36 _parser_cache = None variable
50 global _parser_cache
51 if _parser_cache is None:
52 _parser_cache = pycparser.CParser()
53 return _parser_cache