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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading): member in class:HelpFormatter
376 def format_heading(self, heading): member in class:IndentedHelpFormatter
393 return "%s %s\n" % (self.format_heading(_("Usage")), usage)
395 def format_heading(self, heading): member in class:TitledHelpFormatter
1111 result = formatter.format_heading(self.title)
1626 result.append(formatter.format_heading(_("Options")))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading): member in class:HelpFormatter
376 def format_heading(self, heading): member in class:IndentedHelpFormatter
393 return "%s %s\n" % (self.format_heading(_("Usage")), usage)
395 def format_heading(self, heading): member in class:TitledHelpFormatter
1111 result = formatter.format_heading(self.title)
1626 result.append(formatter.format_heading(_("Options")))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading): member in class:HelpFormatter
376 def format_heading(self, heading): member in class:IndentedHelpFormatter
393 return "%s %s\n" % (self.format_heading(_("Usage")), usage)
395 def format_heading(self, heading): member in class:TitledHelpFormatter
1111 result = formatter.format_heading(self.title)
1626 result.append(formatter.format_heading(_("Options")))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Doptparse.py251 def format_heading(self, heading): member in class:HelpFormatter
376 def format_heading(self, heading): member in class:IndentedHelpFormatter
393 return "%s %s\n" % (self.format_heading(_("Usage")), usage)
395 def format_heading(self, heading): member in class:TitledHelpFormatter
1111 result = formatter.format_heading(self.title)
1626 result.append(formatter.format_heading(_("Options")))

Completed in 110 milliseconds