예제 #1
0
 def __init__(self, *a, **kw):
     username = kw.pop('username')
     Shell.__init__(self, *a, **kw)
     self.username = username
예제 #2
0
 def __init__(self, *a, **kw):
     self.connection = kw.pop("connection")
     Shell.__init__(self, *a, **kw)
예제 #3
0
    def __init__(self, settings, pty, logger_interface, history):
        Shell.__init__(self, settings, pty, logger_interface)

        self.history = history
예제 #4
0
 def __init__(self, *a, **kw):
     self.connection = kw.pop('connection')
     Shell.__init__(self, *a, **kw)
예제 #5
0
 def __init__(self, *a, **kw):
     username = kw.pop('username')
     Shell.__init__(self, *a, **kw)
     self.username = username
예제 #6
0
    def __init__(self, settings, pty, logger_interface, history):
        Shell.__init__(self, settings, pty, logger_interface)

        self.history = history