Searched defs:new_differ_content (Results 1 – 2 of 2) sorted by relevance
388 new_differ_content: str = '' variable in DiffInfo390 def __init__(self, diff_type: DiffType, old_differ_content, new_differ_content): argument537 def set_new_differ_content(self, new_differ_content): argument
118 def get_initial_result_obj(diff_type: DiffType, old_differ_content, new_differ_content): argument