Ejemplo n.º 1
0
 def read(self):
     print("invoked read")
     ret = chnl._read(self.channel)
     print(ret)
     item = cPickle.loads(ret)
     print(item)
     return item