Public Member Functions | |
| def | __init__ |
| def | construct_mapping |
| def | construct_yaml_map |
A YAML loader that loads mappings into ordered dictionaries. Taken from gist https://gist.github.com/enaeseth/844388
Definition at line 22 of file installer.py.
| def installer.OrderedDictYAMLLoader.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 27 of file installer.py.
| def installer.OrderedDictYAMLLoader.construct_mapping | ( | self, | |
| node, | |||
deep = False |
|||
| ) |
Definition at line 39 of file installer.py.
| def installer.OrderedDictYAMLLoader.construct_yaml_map | ( | self, | |
| node | |||
| ) |
Definition at line 33 of file installer.py.