예제 #1
0
 def test_thaw(self):
     """MutableBitvector thaw should return same object"""
     v = MutableBitvector()
     assert v.thaw() is v