예제 #1
0
 def executed_by(self):
     # Define who executes what
     # A python function `do` is executed
     return PythonRunner(do)
예제 #2
0
 def executed_by(self):
     return PythonRunner(do)
예제 #3
0
 def executed_by(self):
     return PythonRunner(materialize)