H A D | bblock.py | 24 def unlock_recipes(self, recipes=None, tasks=None): argument 28 if tasks: 29 cmd += " -t " + ",".join(tasks) 36 for task in tasks: 50 def lock_recipes(self, recipes, tasks=None): argument 52 if tasks: 53 cmd += " -t " + ",".join(tasks) 62 if tasks: 63 for task in tasks: 74 def modify_tasks(self, recipes, tasks): argument [all …]
|