def executed_by(self): # Define who executes what # A python function `do` is executed return PythonRunner(do)
def executed_by(self): return PythonRunner(do)
def executed_by(self): return PythonRunner(materialize)