python.external_config.config.config_live module¶
-
class
LiveExternalConfiguration
(parent, bg_task_manager, plugin_id, engine_name, interpreter, software_hash, pipeline_config_id, pipeline_config_name, pipeline_config_uri, pipeline_config_folder, status=1)[source]¶ Bases:
python.external_config.config.config_base.ExternalConfiguration
Represents an external configuration which is linked to a mutable descriptor and a location on disk.
This class of configurations are ‘classic’ shotgun configurations which have been set up with the Shotgun project setup wizard.
-
path
¶ The path on disk to where this configuration is located.
-
pipeline_configuration_id
¶ The associated pipeline configuration id or None if not defined.
-
pipeline_configuration_name
¶ The name of the associated pipeline configuration or None if not defined.
-