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

Public Member Functions

def to_flag_string (self, options)
 

Detailed Description

Supports the printing of check-webkit-style command arguments.

Member Function Documentation

◆ to_flag_string()

def webkitpy.style.optparser.ArgumentPrinter.to_flag_string (   self,
  options 
)
Return a flag string of the given CommandOptionValues instance.

This method orders the flag values alphabetically by the flag key.

Args:
  options: A CommandOptionValues instance.

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