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

Lines Matching refs:help_position

487         help_position = min(self._action_max_length + 2,
489 help_width = self._width - help_position
490 action_width = help_position - self._current_indent - 2
508 indent_first = help_position
519 parts.append('%*s%s\n' % (help_position, '', line))