cppbind.common.yaml_process¶
Helper module for processing yaml files
Functions
|
Custom constructor to create a node by concatenating string values of input nodes |
|
Include file referenced at node. |
|
join nodes. |
|
A function to determine whether an object is an instance of given type, or is an instance of YamlNode which has value of given type. |
|
Join nodes defined after the !join constructor |
|
Load yaml file in specific dirs using MyLoader custom loader |
|
A function to return real value of object |
|
A function to rebuild dict from nested YamlNode object. |
Classes
|
YAML MyLoader with !include constructor. |
|
Custom yaml loader to raise an error when duplicate key is found in yaml file. |
|
Class which implements MutableMapping interface to act like a dict while keeping additional information. |
Exceptions
|
Exception subclass to raise duplication errors when a key is redefined in yaml file. |