__init__ constructor

init

Initializes a new instance of the CustomUriExportStrategy class.

def __init__(self, handler):
    ...
Parameter Type Description
handler IUriSavingHandler The handler that is called for each resource URI during conversion.

See Also