from_address method

from_address

Creates an XmpArray instance form a string array.

Returns

An XmpArray containing all the elements from the original array.

def from_address(self, array, type):
    ...
Parameter Type Description
array list The array to create an XmpArray from.
type XmpArrayType The type of the XmpArray.

from_address

Creates an XmpArray instance form an integer array.

Returns

An XmpArray containing all the elements from the original array.

def from_address(self, array, type):
    ...
Parameter Type Description
array list The array to create an XmpArray from.
type XmpArrayType The type of the XmpArray.

from_address

Creates an XmpArray instance form a date array.

Returns

An XmpArray containing all the elements from the original array.

def from_address(self, array, type):
    ...
Parameter Type Description
array list The array to create an XmpArray from.
type XmpArrayType The type of the XmpArray.

from_address

Creates an XmpArray instance form a double array.

Returns

An XmpArray containing all the elements from the original array.

def from_address(self, array, type):
    ...
Parameter Type Description
array list The array to create an XmpArray from.
type XmpArrayType The type of the XmpArray.

See Also