Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dcparser.py32 _r_partial_enum = re.compile(r"=\s*\.\.\.\s*[,}]|\.\.\.\s*\}") variable
193 matches = list(_r_partial_enum.finditer(csource))