Searched refs:Attr2 (Results 1 – 2 of 2) sorted by relevance
974 def CompareVarAttr(self, Attr1, Attr2): argument975 if not Attr1 or not Attr2: # for empty string979 Attr2s = [attr.strip() for attr in Attr2.split(",")]
2343 Target2, ToolChain2, Arch2, CommandType2, Attr2 = NextKey.split("_")2348 if Attr1 == Attr2 or Attr1 == "*" or Attr2 == "*":