Home
last modified time | relevance | path

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

/external/python/cffi/cffi/
Dcparser.py27 _r_comment = re.compile(r"/\*.*?\*/|//([^\n\\]|\\.)*?$", variable
158 csource = _r_comment.sub(' ', csource)
/external/python/cffi/testing/cffi0/
Dtest_verify.py38 _r_comment = re.compile(r"/\*.*?\*/|//.*?$", re.DOTALL | re.MULTILINE)
46 data = _r_comment.sub(' ', data)