Lines Matching refs:extend
370 lines.extend(get_lines(pos_parts, indent))
383 lines.extend(get_lines(opt_parts, indent))
384 lines.extend(get_lines(pos_parts, indent))
573 parts.extend(action.option_strings)
1247 getattr(namespace, _UNRECOGNIZED_ARGS_ATTR).extend(arg_strings)
1253 items.extend(values)
1364 self.register('action', 'extend', _ExtendAction)
1909 args.extend(getattr(namespace, _UNRECOGNIZED_ARGS_ATTR))
1925 conflicts.extend(group_actions[:i])
1926 conflicts.extend(group_actions[i + 1:])
2110 extras.extend(strings)
2120 extras.extend(arg_strings[stop_index:])
2181 new_arg_strings.extend(arg_strings)
2223 result.extend([len(string) for string in match.groups()])