FlattenOp ========= .. py:class:: FlattenOp(expression) :canonical: ansys.scade.apitools.expr.access.FlattenOp Bases: :py:obj:`CallExpression` Provides flattening of a structure. The format is ``(flatten )()``. See the :ref:`flatten_op ` example. :Parameters: **expression** Call expression to wrap. .. rubric:: Notes The design differs slightly from the meta-model. This class derives from the :class:`~CallExpression` class. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: FlattenOp .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~flow` - Input flow. * - :py:attr:`~type_` - Type to build. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import FlattenOp Property detail --------------- .. py:property:: flow :canonical: ansys.scade.apitools.expr.access.FlattenOp.flow :type: Expression Input flow. .. !! processed by numpydoc !! .. py:property:: type_ :canonical: ansys.scade.apitools.expr.access.FlattenOp.type_ :type: scade.model.suite.NamedType Type to build. .. !! processed by numpydoc !!