def load(self): """ load the contents of the yaml-file to the data-structure """ self.data = yaml_load_roundtrip(self.filename)