Ejemplo n.º 1
0
 def write(self,item):
     a = cPickle.dumps(item)
     chnl._write(self.channel,a,len(a));
     return