Home
last modified time | relevance | path

Searched refs:from_cddl (Results 1 – 2 of 2) sorted by relevance

/zcbor-latest/tests/scripts/
Dtest_zcbor.py68 self.my_types = zcbor.DataTranslator.from_cddl(cddl_str, 16).my_types
679 cddl_res = zcbor.DataTranslator.from_cddl(f.read(), 16)
692 cddl_res = zcbor.DataTranslator.from_cddl(
706 cddl_res = zcbor.DataTranslator.from_cddl(
734 cddl_res = zcbor.DataTranslator.from_cddl(
741 cddl_res = zcbor.DataTranslator.from_cddl(
769 cddl_res = zcbor.DataTranslator.from_cddl(
/zcbor-latest/zcbor/
Dzcbor.py271 def from_cddl(cddl_class, cddl_string, default_max_qty, *args, **kwargs): member in CddlParser
1873 def from_cddl(cddl_class, mode, *args, **kwargs): member in CodeGenerator
1874 cddl_res = super(CodeGenerator, cddl_class).from_cddl(*args, **kwargs)
3214 cddl_res[mode] = CodeGenerator.from_cddl(
3298 cddl_res = DataTranslator.from_cddl(cddl_contents, args.default_max_qty)