Lines Matching defs:Commands
56 # Commands58 Commands = {271 if attr in Commands:882 if not command in Commands:884 if self.state not in Commands[command]:888 ', '.join(Commands[command])))935 if not name in Commands:936 Commands[name] = (self.state,)966 if self.state not in Commands[name]:971 ', '.join(Commands[name])))