Searched refs:from_yaml (Results 1 – 2 of 2) sorted by relevance
653 encoded = cddl.str_to_yaml(cddl.from_yaml(test_yaml, yaml_compat=True), yaml_compat=True)672 encoded = cddl.str_to_yaml(cddl.from_yaml(test_yaml))
1704 def from_yaml(self, yaml_str, yaml_compat=False): member in DataTranslator3132 cbor_str = cddl.from_yaml(f.read(), yaml_compat=args.yaml_compatibility)