__init__ constructor

On this page

init

Initializes a new instance of the ImportManager class.

def __init__(self, root_metadata_package):
    ...
Parameter Type Description
root_metadata_package RootMetadataPackage A collection of metadata properties where the import will be performed.

See Also

On this page