コード例 #1
0
 def isKnownToBeHashable(self):
     # There are a few exceptions, where non-mutable can be non-hashable, e.g. slice.
     return isHashable(self.constant)
コード例 #2
0
 def isKnownToBeHashable(self):
     return isHashable(self.constant)
コード例 #3
0
ファイル: ConstantRefNodes.py プロジェクト: justus922/Nuitka
 def isKnownToBeHashable(self):
     return isHashable(self.constant)