示例#1
0
文件: mocks.py 项目: bfrog/whizzer
 def __init__(self):
     ProtocolFactory.__init__(self)
     self.builds = 0
示例#2
0
 def __init__(self, dispatch=Dispatch()):
     ProtocolFactory.__init__(self)
     self.dispatch = dispatch
     self.protocol = PickleProtocol
     self.protocols = []
示例#3
0
 def __init__(self, dispatch=Dispatch()):
     ProtocolFactory.__init__(self)
     self.dispatch = dispatch
     self.protocol = MsgPackProtocol
     self.protocols = []
示例#4
0
 def __init__(self):
     ProtocolFactory.__init__(self)
     self.builds = 0