~ubuntu-branches/ubuntu/raring/python-eventlet/raring-proposed

« back to all changes in this revision

Viewing changes to doc/_build/html/_sources/modules/zmq.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-07 19:25:01 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120807192501-yr28amkyjp85u0jg
Tags: 0.9.17-0ubuntu1
* New upstream reversion:
  - debian/patches/threading-leak: dropped no longer needed.
  - debian/patches/retry-on-timeout: dropped no longer needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
:mod:`eventlet.green.zmq` -- ØMQ support
2
 
========================================
3
 
 
4
 
.. automodule:: eventlet.green.zmq
5
 
    :show-inheritance:
6
 
 
7
 
.. currentmodule:: eventlet.green.zmq
8
 
 
9
 
.. autofunction:: Context
10
 
 
11
 
.. autoclass:: _Context
12
 
    :show-inheritance:
13
 
 
14
 
    .. automethod:: socket
15
 
 
16
 
.. autoclass:: Socket
17
 
    :show-inheritance:
18
 
    :inherited-members:
19
 
 
20
 
    .. automethod:: recv
21
 
 
22
 
    .. automethod:: send
23
 
 
24
 
.. module:: zmq
25
 
 
26
 
:mod:`zmq` -- The pyzmq ØMQ python bindings
27
 
===========================================
28
 
 
29
 
:mod:`pyzmq <zmq>` [1]_ Is a python binding to the C++ ØMQ [2]_ library written in Cython [3]_. The following is
30
 
auto generated :mod:`pyzmq's <zmq>` from documentation.
31
 
 
32
 
.. autoclass:: zmq.core.context.Context
33
 
    :members:
34
 
 
35
 
.. autoclass:: zmq.core.socket.Socket
36
 
 
37
 
.. autoclass:: zmq.core.poll.Poller
38
 
    :members:
39
 
 
40
 
 
41
 
.. [1] http://github.com/zeromq/pyzmq
42
 
.. [2] http://www.zeromq.com
43
 
.. [3] http://www.cython.org