nv_dfm_core.api.Expression#
- class nv_dfm_core.api.Expression(*, dfm_node_id=<factory>, dfm_after=None)[source]#
An expression is a Statement that produces a value that can be referenced by other Statements.
- model_config: ConfigDict = {'extra': 'forbid', 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].