PartialIteratorOp ================= .. py:class:: PartialIteratorOp(expression, operator) :canonical: ansys.scade.apitools.expr.access.PartialIteratorOp Bases: :py:obj:`IteratorOp` Provides partial iteration of an operator. See the :ref:`partial_iterator_op ` example. :Parameters: **expression** Higher-order expression to wrap. **operator** Operator call expression. .. !! processed by numpydoc !! Overview -------- .. py:currentmodule:: PartialIteratorOp .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~defaults` - Default values when suitable, otherwise ``None``. * - :py:attr:`~if_` - Condition of the iterator. Import detail ------------- .. code-block:: python from ansys.scade.apitools.expr.access import PartialIteratorOp Property detail --------------- .. py:property:: defaults :canonical: ansys.scade.apitools.expr.access.PartialIteratorOp.defaults :type: Optional[list[Expression]] Default values when suitable, otherwise ``None``. .. !! processed by numpydoc !! .. py:property:: if_ :canonical: ansys.scade.apitools.expr.access.PartialIteratorOp.if_ :type: Expression Condition of the iterator. .. !! processed by numpydoc !!