Searched refs:format_help (Results 1 – 10 of 10) sorted by relevance
27 cls.__doc__ = parser.format_help()99 self.help_string = self.parser.format_help()
38 self.help_string = self.parser.format_help()136 self.help_string = self.parser.format_help()
203 print(create_memfind_options().format_help(), file=result)275 memfind_command.__doc__ = create_memfind_options().format_help()
459 self.help_string = self.parser.format_help()
933 return option_parser.format_help()
62 def format_help(self): member in ExtArgumentParser63 return _colorize(super(ExtArgumentParser, self).format_help() + '\n\n')
21 def format_help(self): member in MyParser188 the_diag_command.__doc__ = parser.format_help()
44 self.parser.format_help()))
238 def format_help(self): member in HelpFormatter._Section272 self._add_item(section.format_help, [])313 def format_help(self): member in HelpFormatter314 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 ArgumentParser2293 return formatter.format_help()2303 return formatter.format_help()[all …]
1502 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()