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

Public Member Functions

def __init__ (self, min_confidence, output_format)
 

Public Attributes

 min_confidence
 
 output_format
 

Detailed Description

Stores the default check-webkit-style command-line options.

Attributes:
  output_format: A string that is the default output format.
  min_confidence: An integer that is the default minimum confidence level.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.optparser.DefaultCommandOptionValues.__init__ (   self,
  min_confidence,
  output_format 
)

Member Data Documentation

◆ min_confidence

webkitpy.style.optparser.DefaultCommandOptionValues.min_confidence

◆ output_format

webkitpy.style.optparser.DefaultCommandOptionValues.output_format

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