Skip to content

Python doit #
Find similar titles

Example: #

#!python
def task_example():
return {
    'actions': ['myscript'],
    'file_dep': ['my_input_file'],
    'targets': ['result_file'],
}

Incoming Links #

Related Articles #

Suggested Pages #

0.0.1_20140628_0