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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: