get_package method

get_package

Gets XmpPackage by it’s namespaceURI.

Returns

Returns XMP package for specified namespace Uri.

def get_package(self, namespace_uri):
    ...
ParameterTypeDescription
namespace_uristrThe namespace URI to get package for.

See Also