Searched defs:format_heading (Results 1 - 2 of 2) 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")))
/external/python/cpython3/Lib/
H A Doptparse.py258 def format_heading(self, heading): member in class:HelpFormatter
383 def format_heading(self, heading): member in class:IndentedHelpFormatter
400 return "%s %s\n" % (self.format_heading(_("Usage")), usage)
402 def format_heading(self, heading): member in class:TitledHelpFormatter
1099 result = formatter.format_heading(self.title)
1612 result.append(formatter.format_heading(_("Options")))

Completed in 44 milliseconds