Skip to content

Commit 02acbd8

Browse files
committed
Added small doc entry on new functionality.
1 parent 3f3e913 commit 02acbd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ with graph.sync_ctx() as ctx:
127127
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.
128128

129129

130+
Also ParamInfo contains the initial graph that was used.
131+
130132
## Exception propagation
131133

132134
By default if error happens within the context, we send this error to the dependency,

0 commit comments

Comments
 (0)