XmpArray constructor

init

Initializes a new instance of the XmpArray class.

def __init__(self, array_type, items):
    ...
Parameter Type Description
array_type XmpArrayType Array type.
items list Array items.

init

Initializes a new instance of the XmpArray class.

def __init__(self, array_type, items):
    ...
Parameter Type Description
array_type XmpArrayType Array type.
items list Array items.

See Also