Searched refs:containsfuncs (Results 1 – 1 of 1) sorted by relevance
238 containsfuncs = ("bb.utils.contains", "base_contains") variable in PythonParser258 …with(self.getvars) or name.endswith(self.getvarflags) or name in self.containsfuncs or name in sel…261 if name in self.containsfuncs and isinstance(node.args[1], ast.Constant):