Searched refs:FUNCTION_ARG_LIST_END_REGEX (Results 1 – 1 of 1) sorted by relevance
204 FUNCTION_ARG_LIST_END_REGEX = r'.*\)' variable640 if not re.match(FUNCTION_ARG_LIST_END_REGEX, line):643 if re.search(FUNCTION_ARG_LIST_END_REGEX, line):