Module yaml¶
A module to help with handling yaml files
License: ASL 2.0
Version: 1.0.0
Plugins¶
- yaml.load(path: 'string') 'dict' ¶
Parse the yaml found in the file at ‘path’ into a dictionary
The path is according to the convention for std::source and std::file
- yaml.loads(content: 'string') 'dict' ¶
Parse the yaml found in content into a dictionary