You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use `depends_on` or `produces` as arguments for the task function, you will have
65
-
access to the paths of the targets as {class}`pathlib.Path`.
66
-
67
65
## Multiple dependencies and products
68
66
69
67
The easiest way to attach multiple dependencies or products to a task is to pass a
@@ -108,7 +106,9 @@ Why does pytask recommend dictionaries and convert lists, tuples, or other
108
106
iterators to dictionaries? First, dictionaries with positions as keys behave very
109
107
similarly to lists.
110
108
111
-
Secondly, dictionaries use keys instead of positions that are more verbose and descriptive and do not assume a fixed ordering. Both attributes are especially desirable in complex projects.
109
+
Secondly, dictionaries use keys instead of positions that are more verbose and
110
+
descriptive and do not assume a fixed ordering. Both attributes are especially desirable
0 commit comments