neofoam.framework.initialization.execution.init_result¶
Result type produced by executing a single InitStep.
- class neofoam.framework.initialization.execution.init_result.InitResult(name: str, category: str, value: Any)[source]¶
Bases:
objectOutcome of one
InitStepexecution.Carries the step’s
nameandcategoryalongside the producedvalueso downstream routing can dispatch on category rather than parsing the name prefix.