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

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

        self.history = history