Searched refs:format_help (Results 1 – 7 of 7) sorted by relevance
25 cls.__doc__ = parser.format_help()97 self.help_string = self.parser.format_help()
37 self.help_string = self.parser.format_help()135 self.help_string = self.parser.format_help()
201 print(create_memfind_options().format_help(), file=result)273 memfind_command.__doc__ = create_memfind_options().format_help()
458 self.help_string = self.parser.format_help()
996 return option_parser.format_help()
21 def format_help(self): member in MyParser188 the_diag_command.__doc__ = parser.format_help()
1501 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()