src/dazzle_ui/utils/expression_eval.py¶
Generated: 2026-03-30T04:38:49.483626+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_ui
Purpose¶
Shared expression evaluation utilities.
Provides dotted-path resolution, simple condition evaluation for experience
flows, and typed expression evaluation for surface when: conditions.
Key Exports¶
resolve_dotted_pathresolve_prefill_expressionevaluate_simple_conditionevaluate_when_expr
Dependencies¶
Imports¶
typing.Anydazzle.core.expression_lang.evaluator.evaluatedazzle.core.expression_lang.parser.parse_expr
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
No related tests found.
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.