FileSystemResourceHandler constructor

init

Initializes a new instance of the FileSystemResourceHandler class.

def __init__(self, output_url):
    ...
ParameterTypeDescription
output_urlUrlA URL indicating where the resources will be saved.

init

Initializes a new instance of the FileSystemResourceHandler class.

def __init__(self, output_path):
    ...
ParameterTypeDescription
output_pathstrA path indicating where the resources will be saved.

See Also