Beispiel #1
0
 def __init__(self, client, io ):
     countedConnectionObject.__init__(self)
     self.client = client
     self.sftp__lock = threading.Lock()
     self.io = io
Beispiel #2
0
 def __init__(self, proc):
     countedConnectionObject.__init__(self)
     self.proc = proc
Beispiel #3
0
 def __init__(self):
     """
     Initialization of the connection object.
     """
     countedConnectionObject.__init__(self)