add_range method

On this page

add_range

Adds a specified collection of MetadataItem objects to this instance.

def add_range(self, items):
    ...
Parameter Type Description
items MetadataCollection A collection of MetadataItem instances.

See Also

On this page