parse_cm.or_list_comments.yaml_loads#
- parse_cm.or_list_comments.yaml_loads(text)#
Load the given YAML text into a dict.
This applies custom data type conversions to the loaded data.
- Parameters:
- textstr
The YAML text to be loaded.
- Returns:
- dict
A Python dictionary representing the data structure in the YAML text.