示例#1
0
文件: protocol.py 项目: esh/invaders
 def send(self, value=None, exc=None):
     if exc is not None or not self.has_error():
         Queue.send(self, value, exc)
示例#2
0
 def send(self, value=None, exc=None):
     if exc is not None or not self.has_error():
         Queue.send(self, value, exc)