def Release(self): """ tbus exit :return: None """ LOG.info('tbus exit...') tbus.Exit(self.__selfAddr)
def Close(self): """ Close all connection """ tbus.Exit(self.__selfAddr) self.__connectOk = False
def Close(self): tbus.Exit(self.__selfAddr)
def Finish(self): """ Finish this module """ if self.__selfAddr: tbus.Exit(self.__selfAddr)