Searched refs:RawTextHelpFormatter (Results 1 - 13 of 13) sorted by relevance

/external/trappy/scripts/
H A Dpublish_interactive_plots.py26 from argparse import RawTextHelpFormatter namespace
94 prog="publish_interactive_plots.py", formatter_class=RawTextHelpFormatter)
/external/autotest/site_utils/
H A Dgmail_lib.py187 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
/external/llvm/utils/
H A Dupdate_test_checks.py271 from argparse import RawTextHelpFormatter namespace
272 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
/external/toolchain-utils/binary_search_tool/
H A Dbisect.py10 from argparse import RawTextHelpFormatter namespace
328 epilog=epilog, formatter_class=RawTextHelpFormatter)
/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli.py634 formatter_class=argparse.RawTextHelpFormatter)
670 'run', description=run_msg, formatter_class=argparse.RawTextHelpFormatter)
/external/swiftshader/third_party/subzero/pydir/
H A Dbuild-runtime.py166 formatter_class=argparse.RawTextHelpFormatter)
H A Dcrosstest_generator.py98 all_keys, formatter_class=argparse.RawTextHelpFormatter)
H A Dszbuild.py264 formatter_class=argparse.RawTextHelpFormatter)
/external/v8/tools/dev/
H A Dv8gen.py72 formatter_class=argparse.RawTextHelpFormatter,
/external/python/cpython2/Lib/
H A Dargparse.py49 - HelpFormatter, RawDescriptionHelpFormatter, RawTextHelpFormatter,
53 RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser
73 'RawTextHelpFormatter',
640 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class in inherits:RawDescriptionHelpFormatter
/external/python/cpython3/Lib/
H A Dargparse.py49 - HelpFormatter, RawDescriptionHelpFormatter, RawTextHelpFormatter,
53 RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser
73 'RawTextHelpFormatter',
648 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class in inherits:RawDescriptionHelpFormatter
/external/python/cpython2/Lib/test/
H A Dtest_argparse.py3857 """Test the RawTextHelpFormatter"""
3860 prog='PROG', formatter_class=argparse.RawTextHelpFormatter,
3906 """Test the RawTextHelpFormatter"""
/external/python/cpython3/Lib/test/
H A Dtest_argparse.py3924 """Test the RawTextHelpFormatter"""
3927 prog='PROG', formatter_class=argparse.RawTextHelpFormatter,
3973 """Test the RawTextHelpFormatter"""

Completed in 425 milliseconds