webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, diff_input) |
Public Attributes | |
files | |
A parser for a patch file. The field "files" is a dict whose key is the filename and value is a DiffFile object.
def webkitpy.common.checkout.diff_parser.DiffParser.__init__ | ( | self, | |
diff_input | |||
) |
Parses a diff. Args: diff_input: An iterable object.
webkitpy.common.checkout.diff_parser.DiffParser.files |