Ejemplo n.º 1
0
 def test_close_and_load(self):
     info = Info.open_new()
     info.close()
     buf = info.to_bytes()
     info1 = Info.from_bytes(buf)