Esempio n. 1
0
 def isKnownToBeHashable(self):
     # There are a few exceptions, where non-mutable can be non-hashable, e.g. slice.
     return isHashable(self.constant)
Esempio n. 2
0
 def isKnownToBeHashable(self):
     return isHashable(self.constant)
Esempio n. 3
0
 def isKnownToBeHashable(self):
     return isHashable(self.constant)