YAML Config Processor

A class for loading and writing to YAML configuration files.

class autolab_core.YamlConfig(filename=None)

Class to load a configuration file and parse it into a dictionary.

config

A dictionary that contains the contents of the configuration.

Type

dictionary