Lines Matching refs:str
24 def add2dict(diff_dict: dict, path: str, line_num: str, content):
37 def __diff_match_file_start(control_block: dict, line: str):
51 def __diff_match_is_newfile(control_block: dict, line: str):
60 def __diff_match_filename_with_minus(control_block: dict, line: str):
69 def __diff_match_filename_with_plus(control_block: dict, line: str):
88 def __diff_match_start_linenum(control_block: dict, line: str):
98 def __diff_match_code_line(control_block: dict, line: str):
118 def strip_diff(diff_dict: dict, pull_request_url: str, gitee_pr_diff: str):
144 def get_diff_by_repo_pr_num(repo_url: str, pr_num: int):
145 diff_url = "%spulls/%s.diff" % (repo_url, str(pr_num))
165 def __init__(self, pr_list: str, *patterns):