Searched refs:diff_input (Results 1 – 1 of 1) sorted by relevance
130 def __init__(self, diff_input): argument136 self.files = self._parse_into_diff_files(diff_input)139 def _parse_into_diff_files(self, diff_input): argument145 for line in diff_input: