Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 693 Bytes

remote_function.rst

File metadata and controls

23 lines (16 loc) · 693 Bytes
orphan:

PySeqRemoteFunction

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

The :py:class:`~unidist.core.backends.pyseq.remote_function.PySeqRemoteFunction` implements internal method :py:meth:`~unidist.core.backends.pyseq.remote_function.PySeqRemoteFunction._remote` that transmites execution of operations to core part of Python Sequential backend.

API

.. autoclass:: unidist.core.backends.pyseq.remote_function.PySeqRemoteFunction
  :members:
  :private-members: