Searched refs:instr (Results 1 – 1 of 1) sorted by relevance
308 def strip_comments(instr): argument310 return getrp(r"\;.*?(\n|$)").sub('', instr)313 def resolve_backslashes(instr): argument315 return getrp(r"\\\n").sub(" ", instr)320 instr = cls.strip_comments(cddl_string)321 instr = cls.resolve_backslashes(instr)327 for (_1, key, slashes, value, _2) in getrp(type_regex, S | M).findall(instr)]900 def get_value(self, instr): argument912 while instr != '' and instr[0] != ',':915 match_obj = getrp(reg).match(instr)[all …]