Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 23755043ecaf0c3e2edc914f9b45b2c6 > files > 55

python-eventlet-doc-0.13.0-3.mga4.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