Home
last modified time | relevance | path

Searched defs:comment_regex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/objective-c/
H A Dchange-comments.py59 comment_regex = r"^(\s*)//\s(.*)$" variable
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dtextfsm.py529 comment_regex = re.compile(r'^\s*#') variable in TextFSM