get_package method

get_package

Gets package by namespace URI.

Returns

Returns the XMP package for specified namespace URI.

def get_package(self, namespace_uri):
    ...
ParameterTypeDescription
namespace_uristrThe package schema URI.

Exceptions

ExceptionDescription
ArgumentNullExceptionnamespaceUri

See Also