Searched defs:new_differ_content (Results 1 – 2 of 2) sorted by relevance
390 new_differ_content: str = '' variable in DiffInfo398 def __init__(self, diff_type: DiffType, old_differ_content, new_differ_content): argument545 def set_new_differ_content(self, new_differ_content): argument
122 def get_initial_result_obj(diff_type: DiffType, old_differ_content, new_differ_content): argument