:class:`SharpOp` ================ .. py:class:: ansys.scade.apitools.expr.access.SharpOp(expression: scade.model.suite.ExprCall) Bases: :py:obj:`CallExpression` Provides a sharp expression with two or more flows. The format is ``#(, ..., )``. See the :ref:`sharp_op ` example. Parameters ---------- expression : Call expression to wrap. Initialize the instance from the Scade expression. .. !! processed by numpydoc !! .. py:currentmodule:: SharpOp Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~flows` - Operands of the operator. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import SharpOp Property detail --------------- .. py:property:: flows :type: list[Expression] Operands of the operator. .. !! processed by numpydoc !!