Searched refs:commands_list (Results 1 – 1 of 1) sorted by relevance
136 def __init__(self, commands_list): argument137 self.commands_list = commands_list140 return self.commands_list[random.randrange(len(self.commands_list))]