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
|