build_map_descriptor_object¶
Summary¶
- build_map_descriptor_object(yaml_filename) MapDescriptor¶
This function takes in the filename of a .yaml Map Descriptor file and returns a MapDescriptor object with all of the data easily accessible as Pythonic attributes.
- Parameters:
yaml_filename (str) – A filename for a .yaml Map Descriptor file. (For example, WiiU.yaml)
- Returns:
Returns a MapDescriptor object containing all of the data from the .yaml file.
- Return type:
Importing¶
from cs_board_tools.schema.descriptor import build_map_descriptor_object