DEBSOURCES
Skip Quicknav
sources / doit / 0.25.0-2 / doc / tutorial / meta.py
12345678910
def who(task): print 'my name is', task.name print task.targets def task_x(): return { 'actions': [who], 'targets': ['asdf'], 'verbosity': 2, }