Home
last modified time | relevance | path

Searched refs:RawTextHelpFormatter (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf_helpgen.py55 formatter_class=argparse.RawTextHelpFormatter,
/third_party/expat/xmlwf/
Dxmlwf_helpgen.py55 formatter_class=argparse.RawTextHelpFormatter,
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py218 class _HelpFormatter(argparse.RawTextHelpFormatter):
/third_party/python/Doc/library/
Dargparse.rst384 RawTextHelpFormatter
388 :class:`RawDescriptionHelpFormatter` and :class:`RawTextHelpFormatter` give
439 :class:`RawTextHelpFormatter` maintains whitespace for all sorts of help text,
/third_party/python/Lib/
Dargparse.py677 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class
/third_party/python/Lib/test/
Dtest_argparse.py4204 prog='PROG', formatter_class=argparse.RawTextHelpFormatter,