config

Configuration variables

pydrobert.param.config.YAML_MODULE_PRIORITIES = ('ruamel.yaml', 'ruamel_yaml', 'yaml')

Specifies the order with which to try YAML parser modules

A number of different YAML syntax parsers exist. This tuple specifies the order by which we attempt to import parsers.