Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dcmdtemplate.py27 cls.__doc__ = parser.format_help()
99 self.help_string = self.parser.format_help()
H A Dlldb_module_utils.py38 self.help_string = self.parser.format_help()
136 self.help_string = self.parser.format_help()
H A Dmemory.py203 print(create_memfind_options().format_help(), file=result)
275 memfind_command.__doc__ = create_memfind_options().format_help()
H A Dbsd.py459 self.help_string = self.parser.format_help()
H A Dcrashlog.py933 return option_parser.format_help()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DExtArgParse.py62 def format_help(self): member in ExtArgumentParser
63 return _colorize(super(ExtArgumentParser, self).format_help() + '\n\n')
/llvm-project-15.0.7/clang/utils/
H A Dclangdiag.py21 def format_help(self): member in MyParser
188 the_diag_command.__doc__ = parser.format_help()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/no_tool_/
H A DTool.py44 self.parser.format_help()))
/llvm-project-15.0.7/polly/utils/
H A 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 …]
/llvm-project-15.0.7/lldb/examples/darwin/heap_find/
H A Dheap.py1502 ptr_refs.__doc__ = get_ptr_refs_options().format_help()
1503 cstr_refs.__doc__ = get_cstr_refs_options().format_help()
1504 malloc_info.__doc__ = get_malloc_info_options().format_help()
1505 objc_refs.__doc__ = get_objc_refs_options().format_help()