コード例 #1
0
 def stringHash(self):
     h = PM.HashVal()
     h.hashString(repr(self))
     return h.asHex()