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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,8 @@ with graph.sync_ctx() as ctx:
127
127
The ParamInfo has the information about name and parameters signature. It's useful if you want to create a dependency that changes based on parameter name, or signature.
128
128
129
129
130
+
Also ParamInfo contains the initial graph that was used.
131
+
130
132
## Exception propagation
131
133
132
134
By default if error happens within the context, we send this error to the dependency,
0 commit comments