Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tools/
Dsaved_model_cli.py860 formatter_class=argparse.RawTextHelpFormatter)
900 'run', description=run_msg, formatter_class=argparse.RawTextHelpFormatter)
971 formatter_class=argparse.RawTextHelpFormatter)
996 formatter_class=argparse.RawTextHelpFormatter)
1019 formatter_class=argparse.RawTextHelpFormatter)
1074 formatter_class=argparse.RawTextHelpFormatter)
/external/llvm-project/llvm/utils/
Dupdate_analyze_test_checks.py49 from argparse import RawTextHelpFormatter
50 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
Dupdate_test_checks.py43 from argparse import RawTextHelpFormatter
44 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
Dbugpoint_gisel_reducer.py105 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
Dupdate_cc_test_checks.py132 formatter_class=argparse.RawTextHelpFormatter)
Dupdate_mir_test_checks.py415 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
/external/expat/xmlwf/
Dxmlwf_helpgen.py47 formatter_class=argparse.RawTextHelpFormatter,
/external/llvm/utils/
Dupdate_test_checks.py271 from argparse import RawTextHelpFormatter
272 parser = argparse.ArgumentParser(description=__doc__, formatter_class=RawTextHelpFormatter)
/external/toolchain-utils/binary_search_tool/
Drun_bisect.py13 from argparse import RawTextHelpFormatter
327 epilog=epilog, formatter_class=RawTextHelpFormatter)
/external/llvm-project/clang/utils/
Dcreduce-clang-crash.py11 from argparse import ArgumentParser, RawTextHelpFormatter
383 formatter_class=RawTextHelpFormatter)
/external/autotest/site_utils/
Dgmail_lib.py191 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
/external/llvm-project/mlir/utils/
Dgenerate-test-checks.py141 description=__doc__, formatter_class=argparse.RawTextHelpFormatter)
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py219 class _HelpFormatter(argparse.RawTextHelpFormatter):
/external/catch2/scripts/
DupdateDocumentToC.py406 formatter_class=argparse.RawTextHelpFormatter)
/external/perfetto/tools/
Drecord_android_trace66 epilog=examples, formatter_class=argparse.RawTextHelpFormatter)
/external/libkmsxx/py/tests/
Dbig_fb.py13 parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter)
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py1275 formatter_class=argparse.RawTextHelpFormatter)
/external/python/cpython3/Doc/library/
Dargparse.rst383 RawTextHelpFormatter
387 :class:`RawDescriptionHelpFormatter` and :class:`RawTextHelpFormatter` give
438 :class:`RawTextHelpFormatter` maintains whitespace for all sorts of help text,
/external/python/cpython2/Lib/
Dargparse.py644 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class
/external/llvm-project/polly/utils/
Dargparse.py667 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class
/external/python/cpython3/Lib/
Dargparse.py673 class RawTextHelpFormatter(RawDescriptionHelpFormatter): class
/external/python/cpython2/Doc/library/
Dargparse.rst366 RawTextHelpFormatter
421 :class:`RawTextHelpFormatter` maintains whitespace for all sorts of help text,
/external/python/cpython2/Lib/test/
Dtest_argparse.py3860 prog='PROG', formatter_class=argparse.RawTextHelpFormatter,
/external/python/cpython3/Lib/test/
Dtest_argparse.py4135 prog='PROG', formatter_class=argparse.RawTextHelpFormatter,