Searched refs:cls (Results 1 – 1 of 1) sorted by relevance
312 def get_types(cls, cddl_string): argument313 instr = cls.strip_comments(cddl_string)314 instr = cls.resolve_backslashes(instr)1286 def __new__(cls, *in_tuple): argument1287 return super(KeyTuple, cls).__new__(cls, *in_tuple)