Lines Matching refs:tup
523 tup = self._current_indent, '', action_header
524 action_header = '%*s%s\n' % tup
528 tup = self._current_indent, '', action_width, action_header
529 action_header = '%*s%-*s ' % tup
534 tup = self._current_indent, '', action_header
535 action_header = '%*s%s\n' % tup
2303 tup = action, option_string, explicit_arg
2304 result.append(tup)
2318 tup = action, option_string, short_explicit_arg
2319 result.append(tup)
2322 tup = action, option_string, explicit_arg
2323 result.append(tup)