Home
last modified time | relevance | path

Searched refs:diff_input (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Ddiff_parser.py130 def __init__(self, diff_input): argument
136 self.files = self._parse_into_diff_files(diff_input)
139 def _parse_into_diff_files(self, diff_input): argument
145 for line in diff_input: