webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
webkitpy.common.prettypatch.PrettyPatch Class Reference
Inheritance diagram for webkitpy.common.prettypatch.PrettyPatch:

Public Member Functions

def __init__ (self, executive, checkout_root, filesystem=None)
 
def pretty_diff_file (self, diff)
 
def pretty_diff (self, diff)
 
def pretty_patch_available (self)
 
def check_pretty_patch (self, logging=True)
 
def pretty_patch_text (self, diff_path)
 

Public Attributes

 pretty_patch_error_html
 
 ppatch_available
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.common.prettypatch.PrettyPatch.__init__ (   self,
  executive,
  checkout_root,
  filesystem = None 
)

Member Function Documentation

◆ check_pretty_patch()

def webkitpy.common.prettypatch.PrettyPatch.check_pretty_patch (   self,
  logging = True 
)
Checks whether we can use the PrettyPatch ruby script.

◆ pretty_diff()

def webkitpy.common.prettypatch.PrettyPatch.pretty_diff (   self,
  diff 
)

◆ pretty_diff_file()

def webkitpy.common.prettypatch.PrettyPatch.pretty_diff_file (   self,
  diff 
)

◆ pretty_patch_available()

def webkitpy.common.prettypatch.PrettyPatch.pretty_patch_available (   self)

◆ pretty_patch_text()

def webkitpy.common.prettypatch.PrettyPatch.pretty_patch_text (   self,
  diff_path 
)

Member Data Documentation

◆ ppatch_available

webkitpy.common.prettypatch.PrettyPatch.ppatch_available

◆ pretty_patch_error_html

webkitpy.common.prettypatch.PrettyPatch.pretty_patch_error_html

The documentation for this class was generated from the following file: