XmpBasicPackage constructor

init

Initializes a new instance of the XmpBasicPackage class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpBasicPackage class.

def __init__(self, prefix, namespace_uri):
    ...
ParameterTypeDescription
prefixstrThe prefix.
namespace_uristrThe namespace URI.

See Also