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

Lines Matching refs:format_help

1079     def format_help(self, formatter):
1110 def format_help(self, formatter):
1113 result += OptionContainer.format_help(self, formatter)
1632 result.append(group.format_help(formatter))
1641 def format_help(self, formatter=None):
1669 file.write(self.format_help().encode(encoding, "replace"))