Open
Description
I was surprised to find that the State.global_env
property of the Python API for the exploration engine only returns non-transient assignments (c.f. https://momba.dev/_modules/momba/engine/explore/#State). On the other hand, instance-local assignments are not filtered for non-transient assignments.
Is there a reason for this specific behavior? If there is, is there a way to obtain the state's assignments for globally declared transient variables?
Metadata
Metadata
Assignees
Labels
No labels