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