Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.38 KB

actor.rst

File metadata and controls

44 lines (31 loc) · 1.38 KB
orphan:

PySeqActor

The class is specific implementation of :py:class:`~unidist.core.base.actor.Actor` class using native Python Sequential functionality.

The :py:class:`~unidist.core.backends.pyseq.actor.PySeqActor` implements 2 internal methods:

API

.. autoclass:: unidist.core.backends.pyseq.actor.PySeqActor
  :members:
  :private-members:

PySeqActorMethod

The class is specific implementation of :py:class:`~unidist.core.base.actor.ActorMethod` class using native Python Sequential functionality.

The :py:class:`~unidist.core.backends.pyseq.actor.PySeqActorMethod` implements internal method :py:meth:`~unidist.core.backends.pyseq.actor.PySeqActorMethod._remote` that is responsible for method calls of the wrapped class object using :py:func:`~unidist.core.backends.pyseq.core.api.submit`.

API

.. autoclass:: unidist.core.backends.pyseq.actor.PySeqActorMethod
  :members:
  :private-members: