Replies: 2 comments
-
FWIW, the method I'm using right now is to store what I need in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to add to state that's returned from an sgl function? I'd like to capture plain python values created during processing and also access variables bound with gen() in forks.
I get
ProgramState' object does not support item assignment
error naively trying:Beta Was this translation helpful? Give feedback.
All reactions