def parse_result(self): """abstract: parse cmd result""" abstract()
def cmd_str(self): """abstract: return cmd string to execute""" abstract()