File: ipyparallel.rst

package info (click to toggle)
ipyparallel 8.8.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,412 kB
  • sloc: python: 21,991; javascript: 267; makefile: 29; sh: 28
file content (56 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
API Reference
=============

.. module:: ipyparallel

.. autodata:: version_info

    The IPython parallel version as a tuple of integers.
    There will always be 3 integers. Development releases will have 'dev' as a fourth element.

Classes
-------

.. autoconfigurable:: Cluster
    :inherited-members:

.. autoclass:: Client
    :inherited-members:

.. autoclass:: DirectView
    :inherited-members:

.. autoclass:: LoadBalancedView
    :inherited-members:

.. autoclass:: BroadcastView
    :inherited-members:

.. autoclass:: AsyncResult
    :inherited-members:

.. autoclass:: ViewExecutor
    :inherited-members:

Decorators
----------

IPython parallel provides some decorators to assist in using your functions as tasks.

.. autodecorator:: interactive
.. autodecorator:: require
.. autodecorator:: depend
.. autodecorator:: remote
.. autodecorator:: parallel


Exceptions
----------

.. autoexception:: RemoteError
    :no-members:
.. autoexception:: CompositeError
    :no-members:
.. autoexception:: NoEnginesRegistered
.. autoexception:: ImpossibleDependency
.. autoexception:: InvalidDependency