FileSystemResourceHandler constructor
init
Initializes a new instance of the FileSystemResourceHandler
class.
def __init__(self, output_url):
...
Parameter | Type | Description |
---|---|---|
output_url | Url | A URL indicating where the resources will be saved. |
init
Initializes a new instance of the FileSystemResourceHandler
class.
def __init__(self, output_path):
...
Parameter | Type | Description |
---|---|---|
output_path | str | A path indicating where the resources will be saved. |