2016-08-12 17:45:26 +00:00
|
|
|
|
|
|
|
API Reference
|
2016-08-13 23:16:17 +00:00
|
|
|
*************
|
|
|
|
|
|
|
|
|
2016-08-19 14:16:31 +00:00
|
|
|
Package Layout
|
|
|
|
==============
|
|
|
|
|
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
mitogen Package
|
|
|
|
---------------
|
2016-08-13 23:16:17 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. automodule:: mitogen
|
2016-08-13 23:16:17 +00:00
|
|
|
|
2017-09-16 23:53:44 +00:00
|
|
|
.. autodata:: mitogen.is_master
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autodata:: mitogen.context_id
|
|
|
|
.. autodata:: mitogen.parent_id
|
2017-09-07 11:08:05 +00:00
|
|
|
|
2016-08-12 17:45:26 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
mitogen.core
|
|
|
|
------------
|
2016-08-12 17:45:26 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. automodule:: mitogen.core
|
2016-08-13 23:16:17 +00:00
|
|
|
|
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
mitogen.master
|
|
|
|
--------------
|
2016-08-13 23:16:17 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. automodule:: mitogen.master
|
2016-08-13 23:16:17 +00:00
|
|
|
|
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
mitogen.fakessh
|
2017-09-07 11:08:05 +00:00
|
|
|
---------------
|
2016-08-16 00:57:08 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. automodule:: mitogen.fakessh
|
2016-08-19 14:16:31 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autofunction:: mitogen.fakessh.run
|
2017-09-07 11:08:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
Router Class
|
|
|
|
============
|
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autoclass:: mitogen.master.Router
|
2017-09-07 11:08:05 +00:00
|
|
|
:members:
|
|
|
|
:inherited-members:
|
2016-08-16 00:57:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
Broker Class
|
2016-08-19 14:16:31 +00:00
|
|
|
============
|
2016-08-16 00:57:08 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autoclass:: mitogen.master.Broker
|
2016-08-16 00:57:08 +00:00
|
|
|
:members:
|
2016-08-19 14:16:31 +00:00
|
|
|
:inherited-members:
|
2016-08-16 00:57:08 +00:00
|
|
|
|
|
|
|
|
2016-08-13 23:16:17 +00:00
|
|
|
Context Class
|
2016-08-19 14:16:31 +00:00
|
|
|
=============
|
2016-08-13 23:16:17 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autoclass:: mitogen.master.Context
|
2016-08-13 23:16:17 +00:00
|
|
|
:members:
|
2016-08-19 14:16:31 +00:00
|
|
|
:inherited-members:
|
2016-08-13 23:16:17 +00:00
|
|
|
|
|
|
|
|
|
|
|
Channel Class
|
|
|
|
-------------
|
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autoclass:: mitogen.core.Channel
|
2016-08-12 17:45:26 +00:00
|
|
|
:members:
|
|
|
|
|
|
|
|
|
2016-08-16 00:57:08 +00:00
|
|
|
Context Class
|
|
|
|
-------------
|
2016-08-13 23:16:17 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autoclass:: mitogen.master.Context
|
2016-08-13 23:16:17 +00:00
|
|
|
:members:
|
|
|
|
|
|
|
|
|
2016-08-19 14:16:31 +00:00
|
|
|
Utility Functions
|
|
|
|
=================
|
2016-08-13 23:16:17 +00:00
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. automodule:: mitogen.utils
|
2016-08-13 23:16:17 +00:00
|
|
|
:members:
|
2016-08-19 14:16:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
Exceptions
|
|
|
|
==========
|
|
|
|
|
2017-09-11 04:08:28 +00:00
|
|
|
.. autoclass:: mitogen.core.Error
|
|
|
|
.. autoclass:: mitogen.core.CallError
|
|
|
|
.. autoclass:: mitogen.core.ChannelError
|
|
|
|
.. autoclass:: mitogen.core.StreamError
|
|
|
|
.. autoclass:: mitogen.core.TimeoutError
|