add method

add

Adds the specified dataSet to the appropriate record. The dataSet is considered as repeatable if a dataSet with the specified number already exists.

def add(self, data_set):
    ...
Parameter Type Description
data_set IptcDataSet The IPTC dataSet to add.

See Also