Searched refs:body (Results 1 – 4 of 4) sorted by relevance
29 def get_gerrit_info(body): argument32 for match in re.finditer(gerrit_pattern, body, flags=re.MULTILINE):39 body = gmail.get_body(msg)40 gerrit_info = get_gerrit_info(body)58 return handlers[message_type](gerrit_info, body, dry_run)
162 def handle_comment(gerrit_info, body, dry_run): argument163 if 'Verified+1' in body:191 re.finditer(r'^bionicbb:\s*(.+)$', body, flags=re.MULTILINE)]
193 # Allow the body of an if to be on the same line as the test if there is no235 # Maximum number of locals for function / method body238 # Maximum number of return / yield for function / method body241 # Maximum number of branch for function / method body244 # Maximum number of statements in function / method body
229 } body; member