Lines Matching defs:what
7 Convert ABI what into regular expressions
114 def regex_append(self, what, new):
148 self.log.debug("%s: mapped as %s", what, search_group)
156 if what.find(self.search_string) >= 0:
157 print(f"What: {what}")
160 " '%s'", what, new)
162 def get_regexes(self, what):
170 patches = what.split("/")
218 for what in v.get("what", []):
219 if not what.startswith("/sys"):
222 new = what
233 self.log.debug("%-90s <== %s", new, what)
236 self.regex_append(what, new)