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

Lines Matching full:opt_width

306         opt_width = self.help_position - self.current_indent - 2
307 if len(opts) > opt_width:
311 opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)