Lines Matching full:opt_width
306 opt_width = self.help_position - self.current_indent - 2307 if len(opts) > opt_width:311 opts = "%*s%-*s " % (self.current_indent, "", opt_width, opts)