concepts.dm.crow.parsers.cdl_symbolic_execution.Suite#
- class Suite[source]#
Bases:
object
A suite of statements. This is used as the intermediate representation of the parsed expressions.
Methods
Attributes
- __init__(items, local_variables=<factory>, tracker=None)#
- __new__(**kwargs)#
- get_derived_expression()[source]#
- Return type:
ValueOutputExpression | Tuple[ValueOutputExpression, …] | None
- tracker: FunctionCallSymbolicExecutor2 | None = None#