scenario.configyaml module

YAML configuration file management.

class ConfigYaml

Bases: object

YAML configuration file management.

static loadfile(path, root='')

Loads a YAML configuration file.

Parameters:
  • path – Path of the YAML file to load.

  • root – Root key to load the YAML file from.

static savefile(path, root='')

Saves a YAML configuration file.

Parameters:
  • path – Path of the YAML file to save.

  • root – Root key to save data from.