Snex.Env (Snex v0.1.0)
View SourceAn environment (%Snex.Env{}
) is a Elixir-side reference to Python-side variable context in which
the Python code is executed.
This module is not intended to be used directly.
Instead, you would use the Snex.make_env/3
to create environments and Snex.pyeval/4
to use them.
See Snex
module documentation for more details.