Module starlark::environment

source ·
Expand description

Types representing Starlark modules (Module and FrozenModule) and global variables (Globals).

Global functions and values are stored in Globals, which are typically built using GlobalsBuilder. User executions store their values in a Module, which have to be converted to a FrozenModule using freeze before they can be load()’d as a dependency.

Structs

Enums

  • The extra library definitions available in this Starlark implementation, but not in the standard.