8.3.2.2.4.36. append_attr_listΒΆ

dsp.append_attr_list(attr, values)

For each element in values, if it does not exist in self[attr], append it.

NOTE: Requires self[attr] and values to be sequence type and the former should specifically be a list.