webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | to_flag_string (self, options) |
Supports the printing of check-webkit-style command arguments.
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.