Esempio n. 1
0
 def __hash__(self):
     return utils.hashList(self.variables + (ty,))
Esempio n. 2
0
 def __hash__(self):
     return utils.hashList([getattr(self, name) for name in Type.propertyNames] + \
                     [self.clas.name, self.typeArguments])
Esempio n. 3
0
 def __hash__(self):
     return utils.hashList([self.typeParameter.name])
Esempio n. 4
0
 def __hash__(self):
     return utils.hashList([self.info.opcode] + self.operands)
Esempio n. 5
0
 def __hash__(self):
     return hashList(self.components)
Esempio n. 6
0
 def __hash__(self):
     return utils.hashList(
         getattr(self, name) for name in self.propertyNames)
Esempio n. 7
0
 def __hash__(self):
     return utils.hashList([self.info.opcode] + self.operands)
Esempio n. 8
0
 def __hash__(self):
     return utils.hashList(getattr(self, name) for name in self.propertyNames)