configurator
Configurator
Bases: object
add_config(option, *args)
Add a configuration setting to the resource, and apply it to the archive.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
option |
the option being configured |
required | |
args |
the arguments, in the proper sequence |
()
|
Returns:
Type | Description |
---|---|
None if archive doesn't support configuration; False if unsuccessful, True if successful |
check_contexts()
Compares contexts known to the resource with contexts known to the captive LCIA engine. Prints matching contexts. Returns a list of non-matching contexts.
Returns:
Type | Description |
---|---|
|
check_quantities()
Compares quantities known to the resource with quantities known to the captive LCIA engine. Prints recognized quantities. Returns a list of unknown quantities.
Returns:
Type | Description |
---|---|
|
unmatched_flowables()
Compares flowables known to the resource with flowables known to the captive LCIA engine. Returns a list of non-matching flowables (does not print known flowables).
Returns:
Type | Description |
---|---|
|