Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py464 _EMPTY_CONDITIONAL_BODY_PATTERN = re.compile(r'^\s*$', re.DOTALL) variable
4087 if not _EMPTY_CONDITIONAL_BODY_PATTERN.search(body):