Searched refs:reaction (Results 1 – 2 of 2) sorted by relevance
58 def command(self, action, reaction): argument59 self.commands[action] = reaction64 reaction = self.commands.get(inp, None)65 if reaction:66 response = reaction() + '\n\n\n\n'