hydra.decode.system module

Term decoders for hydra.system.

hydra.decode.system.command(cx: Graph, raw: Term) object

Decoder for hydra.system.Command.

hydra.decode.system.environment_variable(cx: Graph, raw: Term) object

Decoder for hydra.system.EnvironmentVariable.

hydra.decode.system.process_result(cx: Graph, raw: Term) object

Decoder for hydra.system.ProcessResult.

hydra.decode.system.status_code(cx: Graph, raw: Term) object

Decoder for hydra.system.StatusCode.