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
We assume the first argument of the decorated function to be the output of the function we are targeting.
1119
+
1120
+
:param target_functions: functions we wish to mutate the output of
1121
+
:param collapse: Whether to collapse this into a single node. This is not currently supported.
1122
+
:param _chain: Whether to chain the first parameter. This is the only mode that is supported. Furthermore, this is not externally exposed. @flow will make use of this.
1123
+
:param **mutating_function_kwargs: other kwargs that the decorated function has
1124
+
"""
1116
1125
self.collapse=collapse
1117
1126
self.chain=_chain
1118
1127
# keeping it here once it gets implemented maybe nice to have options
0 commit comments