Example #1
0
 def boxResult(self, result):
     box = Box()
     box.result = result.SerializeToString()
     return box
Example #2
0
 def boxResult(self, result):
     box = Box()
     box.result = result.SerializeToString()
     return box