def __init__(self, botAddress): CLIShell.__init__(self, prompt=self.PROMPT) self.__botAddress = botAddress self.__connectPort = self.RAW_PORT self.protocol = None self.password = "******" self.toPassword = "******"
def __init__(self, botAddress): CLIShell.__init__(self, prompt=self.PROMPT) self.__botAddress = botAddress self.__connectPort = self.RAW_PORT self.protocol = None self.password = "******" self.toPassword = "******" self.deferreds = [] self.success = False self.finalAddr = "notsetyet"
def __init__(self, botAddress, password="******"): CLIShell.__init__(self, prompt=self.PROMPT) self.__botAddress = botAddress self.__connectPort = self.RAW_PORT self.__protocol = None self.__password = password
def __init__(self, fromaddr, candcaddr): CLIShell.__init__(self, prompt="[NOT CONNECTED] >> ") self.__protocol = None self.__reqId = 1 self.peeraddr = candcaddr self.hostaddr = fromaddr
def __init__(self): CLIShell.__init__(self, prompt="[NOT CONNECTED] >> ") self.__protocol = None self.__reqId = 1