Skip to content

Python API: explore engine's State.global_env only returns non-transient assignments #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Philipp15b opened this issue Nov 27, 2024 · 0 comments

Comments

@Philipp15b
Copy link

Philipp15b commented Nov 27, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant