Exemplo n.º 1
0
 def __init__(self, emulator):
     TerminalEchoProcessProtocol.__init__(self)
     self.emulator = emulator
 def __init__(self, prefix):
     TerminalEchoProcessProtocol.__init__(self)
     self.prefix = prefix
Exemplo n.º 3
0
 def __init__(self, app):
     TerminalEchoProcessProtocol.__init__(self)
     self.app = app
Exemplo n.º 4
0
 def __init__(self, app):
     TerminalEchoProcessProtocol.__init__(self)
     self.motionDetected = False
     self.motionSustained = False
     self.app = app