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