Ejemplo n.º 1
0
 def select(self):
     #print("calling _select")
     ret = chnl._select(self.channel)
     item = cPickle.loads(ret)
     print(item)
     return item