Searched refs:format_heading (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Doptparse.py252 def format_heading(self, heading): member in class:HelpFormatter
377 def format_heading(self, heading): member in class:IndentedHelpFormatter
394 return "%s %s\n" % (self.format_heading(_("Usage")), usage)
396 def format_heading(self, heading): member in class:TitledHelpFormatter
1112 result = formatter.format_heading(self.title)
1627 result.append(formatter.format_heading(_("Options")))

Completed in 262 milliseconds