Home | History | Annotate | Download | only in tools

Lines Matching refs:parameter_regexp

2001           parameter_regexp = Search(r'(\(.*\))', joined_line)
2002 if parameter_regexp: # Ignore bad syntax
2003 function += parameter_regexp.group(1)