arjuna.tpi.hook.config module¶
-
class
arjuna.tpi.hook.config.
Configurator
¶ Bases:
object
-
builder
(*, base_config: str = 'ref') → ConfigBuilder¶ Creates a configuration builder object which takes the provided configuration as its basis.
Keyword Arguments: base_config – The base Configuration object. All its options become a part of the new configuration. Its options can be overriden and new options can be added using the builder to create a new Configuration object. Default is reference configuration in CLI. Returns: new ConfigBuilder object
-