def __init__(self): _SSHTransport.__init__(self) SyncTransport.__init__(self)
def __init__(self, *args, **kwargs): BatTransport.__init__(self) SyncTransport.__init__(self, *args, **kwargs)
def __init__(self): SyncTransport.__init__(self)