fhelium.compile._workspace
Mutable data shared across one Compile request.
CompileWorkspace
class View source
python
CompileWorkspace(values: Mapping[Any, Any] | None=None, /, **named_values: object)1
Bases: dict[object, object]
Store arbitrary entries shared across one Compile request.
Keys and values have no framework-defined schema. Code that uses an entry defines its format. Capture and every pass in the selected pipeline receive the same workspace.