Home
last modified time | relevance | path

Searched refs:format_help (Results 1 – 25 of 31) sorted by relevance

12

/external/pigweed/pw_cli/py/pw_cli/
Dpw_command_plugins.py50 print(arguments.format_help(_plugin_registry), file=sys.stderr)
66 def format_help() -> str: function
67 return arguments.format_help(_plugin_registry)
D__main__.py44 print(pw_command_plugins.format_help(), file=sys.stderr)
Darguments.py42 def format_help(registry: plugins.Registry) -> str: function
/external/llvm-project/lldb/examples/python/
Dcmdtemplate.py27 cls.__doc__ = parser.format_help()
99 self.help_string = self.parser.format_help()
Dlldb_module_utils.py38 self.help_string = self.parser.format_help()
136 self.help_string = self.parser.format_help()
Dmemory.py203 print(create_memfind_options().format_help(), file=result)
274 memfind_command.__doc__ = create_memfind_options().format_help()
Dbsd.py459 self.help_string = self.parser.format_help()
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DExtArgParse.py62 def format_help(self): member in ExtArgumentParser
63 return _colorize(super(ExtArgumentParser, self).format_help() + '\n\n')
/external/llvm-project/clang/utils/
Dclangdiag.py21 def format_help(self): member in MyParser
188 the_diag_command.__doc__ = parser.format_help()
/external/llvm-project/debuginfo-tests/dexter/dex/tools/no_tool_/
DTool.py44 self.parser.format_help()))
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py94 def format_help(self): member in MarkdownHelpFormatter
96 return super(MarkdownHelpFormatter, self).format_help()
/external/llvm-project/polly/utils/
Dargparse.py238 def format_help(self): member in HelpFormatter._Section
272 self._add_item(section.format_help, [])
313 def format_help(self): member in HelpFormatter
314 help = self._root_section.format_help()
1049 parser.exit(message=formatter.format_help())
1667 kwargs['prog'] = formatter.format_help().strip()
2270 return formatter.format_help()
2272 def format_help(self): member in ArgumentParser
2293 return formatter.format_help()
2303 return formatter.format_help()
[all …]
/external/python/cpython2/Lib/
Dargparse.py205 def format_help(self): member in HelpFormatter._Section
239 self._add_item(section.format_help, [])
280 def format_help(self): member in HelpFormatter
281 help = self._root_section.format_help()
1026 parser.exit(message=formatter.format_help())
1674 kwargs['prog'] = formatter.format_help().strip()
2295 return formatter.format_help()
2297 def format_help(self): member in ArgumentParser
2318 return formatter.format_help()
2328 return formatter.format_help()
[all …]
Doptparse.py1080 def format_help(self, formatter): member in OptionContainer
1111 def format_help(self, formatter): member in OptionGroup
1114 result += OptionContainer.format_help(self, formatter)
1633 result.append(group.format_help(formatter))
1642 def format_help(self, formatter=None): member in OptionParser
1670 file.write(self.format_help().encode(encoding, "replace"))
/external/tensorflow/tensorflow/python/debug/wrappers/
Dlocal_cli_wrapper.py582 self._argparsers["run"].format_help(),
587 self._argparsers["run_info"].format_help(),
592 self._argparsers["print_feed"].format_help(),
/external/python/cpython3/Lib/unittest/
Dmain.py113 print(self._main_parser.format_help())
117 print(self._main_parser.format_help())
/external/python/cpython3/Lib/
Doptparse.py1067 def format_help(self, formatter): member in OptionContainer
1098 def format_help(self, formatter): member in OptionGroup
1101 result += OptionContainer.format_help(self, formatter)
1618 result.append(group.format_help(formatter))
1627 def format_help(self, formatter=None): member in OptionParser
1647 file.write(self.format_help())
Dargparse.py209 def format_help(self): member in HelpFormatter._Section
241 self._add_item(section.format_help, [])
282 def format_help(self): member in HelpFormatter
283 help = self._root_section.format_help()
1118 parser._print_message(formatter.format_help(), _sys.stdout)
1787 kwargs['prog'] = formatter.format_help().strip()
2509 return formatter.format_help()
2511 def format_help(self): member in ArgumentParser
2532 return formatter.format_help()
2548 self._print_message(self.format_help(), file)
/external/python/cpython2/Lib/test/
Dtest_argparse.py1862 self.assertEqual(self.parser.format_help(), textwrap.dedent('''\
1881 self.assertEqual(parser.format_help(), textwrap.dedent('''\
1900 self.assertEqual(parser.format_help(), textwrap.dedent('''\
1917 self.assertEqual(self.command_help_parser.format_help(),
1947 self.assertEqual(parser.format_help(), textwrap.dedent('''\
2170 parser_help = parser.format_help()
2204 parser_help = parser.format_help()
2261 self.assertEqual(parser.format_help(), textwrap.dedent(expected))
2301 format_help = self.get_parser(required=False).format_help
2303 self.assertEqual(format_help(), textwrap.dedent(help))
[all …]
/external/python/cpython3/Lib/test/
Dtest_argparse.py2071 self.assertEqual(self.parser.format_help(), textwrap.dedent('''\
2090 self.assertEqual(parser.format_help(), textwrap.dedent('''\
2111 self.assertEqual(parser.format_help(), textwrap.dedent('''\
2126 self.assertEqual(parser.format_help(), textwrap.dedent('''\
2143 self.assertEqual(self.command_help_parser.format_help(),
2173 self.assertEqual(parser.format_help(), textwrap.dedent('''\
2243 self.assertEqual(parser.format_help(), textwrap.dedent("""\
2430 parser_help = parser.format_help()
2464 parser_help = parser.format_help()
2521 self.assertEqual(parser.format_help(), textwrap.dedent(expected))
[all …]
/external/tensorflow/tensorflow/python/debug/cli/
Dbase_ui.py69 self._config_argparser.format_help(),
Dprofile_analyzer_cli.py765 return self._arg_parsers[handler_name].format_help()
Danalyzer_cli.py479 return self._arg_parsers[handler_name].format_help()
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py1501 ptr_refs.__doc__ = get_ptr_refs_options().format_help()
1502 cstr_refs.__doc__ = get_cstr_refs_options().format_help()
1503 malloc_info.__doc__ = get_malloc_info_options().format_help()
1504 objc_refs.__doc__ = get_objc_refs_options().format_help()
/external/toolchain-utils/binary_search_tool/
Drun_bisect.py325 epilog = _HELP_EPILOG + override_parser.format_help()

12