hydra.dsl.lib.system module
DSL functions for hydra.overlay.python.lib.system.
- hydra.dsl.lib.system.execute(command: TypedTerm[Command]) TypedTerm[object]
DSL reference to hydra.overlay.python.lib.system.execute.
- hydra.dsl.lib.system.exit(code: TypedTerm[StatusCode]) TypedTerm[None]
DSL reference to hydra.overlay.python.lib.system.exit.
- hydra.dsl.lib.system.get_environment_variable(name: TypedTerm[EnvironmentVariable]) TypedTerm[object]
DSL reference to hydra.overlay.python.lib.system.getEnvironmentVariable.