Home
last modified time | relevance | path

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

/external/grpc-grpc/src/objective-c/
Dchange-comments.py63 comment_regex = r'^(\s*)//\s(.*)$' variable
66 return re.search(comment_regex, line)
78 match = re.search(comment_regex, line)
82 match = re.search(comment_regex, line)
/external/python/cpython3/Lib/
Dtoken.py111 comment_regex = re.compile(
125 comment_match = comment_regex.match(line)
/external/autotest/client/common_lib/cros/
Dtextfsm.py529 comment_regex = re.compile(r'^\s*#') variable in TextFSM
683 if self.comment_regex.match(line):
751 if line and not self.comment_regex.match(line):
777 if self.comment_regex.match(line):