Home
last modified time | relevance | path

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

/zcbor-3.6.0/zcbor/
Dzcbor.py312 def get_types(cls, cddl_string): argument
313 instr = cls.strip_comments(cddl_string)
314 instr = cls.resolve_backslashes(instr)
1286 def __new__(cls, *in_tuple): argument
1287 return super(KeyTuple, cls).__new__(cls, *in_tuple)