Modules§
Structs§
- Environment
Context - Holds execution context for a Starlark environment.
- Resolved
Target - Represents a resolved target.
- Resolved
Target Value - Target
- Represents a registered target in the Starlark environment.
Enums§
- RunMode
- How a resolved target can be run.
Traits§
Functions§
- build_
target - Build a registered target in a Starlark environment.
- get_
context_ value - Obtain the
Value
holding theEnvironmentContext
for a Starlark environment. - optional_
bool_ arg - optional_
dict_ arg - optional_
int_ arg - optional_
list_ arg - optional_
str_ arg - optional_
type_ arg - populate_
environment - Populate a Starlark environment with state.
- register_
starlark_ dialect - Register our Starlark dialect with an environment and type values.
- required_
dict_ arg - required_
list_ arg - required_
type_ arg - run_
target - Runs a named target.