Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:OUTPUT

120                    the output of --help and --helpshort.  Instead, parse
121 the output of --helpxml. For more info, see
122 "OUTPUT FOR --helpxml" below.
213 gflags.DEFINE_boolean('debug', False, 'produces debugging output')
248 NOTE: If you need to parse the flag help, do NOT use the output of
249 --help / --helpshort. That output is meant for human consumption, and
341 OUTPUT FOR --helpxml:
343 The --helpxml flag generates output with the following structure:
363 1. The output is intentionally similar to the output generated by the
529 _help_width = 80 # width of help output
1693 Output will be in the format of a flagfile.
1797 indent: A string, prepended to each line of generated output.
2096 output - Boolean.
2405 """Similar to HelpFlag, but generates output in XML format."""
2408 'like --help, but generates XML output',