Exemple #1
0
 def __init__(self):
     _SSHTransport.__init__(self)
     SyncTransport.__init__(self)
Exemple #2
0
 def __init__(self, *args, **kwargs):
     BatTransport.__init__(self)
     SyncTransport.__init__(self, *args, **kwargs)
Exemple #3
0
 def __init__(self):
     _SSHTransport.__init__(self)
     SyncTransport.__init__(self)
Exemple #4
0
 def __init__(self, *args, **kwargs):
     BatTransport.__init__(self)
     SyncTransport.__init__(self, *args, **kwargs)
Exemple #5
0
 def __init__(self):
     SyncTransport.__init__(self)