Example #1
0
 def test_hash(self):
     self.assertEqual(
         statedict.hash_statedict(EXAMPLE_SDICT),
         EXAMPLE_HASH,
     )
Example #2
0
 def hash(self):
     return hash_statedict(self.cached_cdict)
Example #3
0
 def hash(self):
     return hash_statedict(self.cached_cdict)