Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 4d360ba0b1cda7200bbb9f8980f3433d > files > 55

python-eventlet-doc-0.13.0-7.mga5.noarch.rpm

:mod:`eventlet.green.zmq` -- ØMQ support
========================================

.. automodule:: eventlet.green.zmq
    :show-inheritance:

.. currentmodule:: eventlet.green.zmq

.. autofunction:: Context

.. autoclass:: _Context
    :show-inheritance:

    .. automethod:: socket

.. autoclass:: Socket
    :show-inheritance:
    :inherited-members:

    .. automethod:: recv

    .. automethod:: send

.. module:: zmq

:mod:`zmq` -- The pyzmq ØMQ python bindings
===========================================

:mod:`pyzmq <zmq>` [1]_ Is a python binding to the C++ ØMQ [2]_ library written in Cython [3]_. The following is
auto generated :mod:`pyzmq's <zmq>` from documentation.

.. autoclass:: zmq.core.context.Context
    :members:

.. autoclass:: zmq.core.socket.Socket

.. autoclass:: zmq.core.poll.Poller
    :members:


.. [1] http://github.com/zeromq/pyzmq
.. [2] http://www.zeromq.com
.. [3] http://www.cython.org