Home | History | Annotate | Download | only in python2.7

Lines Matching refs:format_help

203         def format_help(self):
237 self._add_item(section.format_help, [])
278 def format_help(self):
279 help = self._root_section.format_help()
1020 parser.exit(message=formatter.format_help())
1657 kwargs['prog'] = formatter.format_help().strip()
2278 return formatter.format_help()
2280 def format_help(self):
2301 return formatter.format_help()
2311 return formatter.format_help()
2327 self._print_message(self.format_help(), file)