File: ws4py.rst

package info (click to toggle)
python-ws4py 0.4.2%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 688 kB
  • sloc: python: 4,500; makefile: 140; javascript: 96
file content (75 lines) | stat: -rw-r--r-- 1,190 bytes parent folder | download | duplicates (6)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
ws4py Package
=============

:mod:`ws4py` Package
--------------------

.. automodule:: ws4py.__init__
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`exc` Module
-----------------

.. automodule:: ws4py.exc
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`framing` Module
---------------------

.. automodule:: ws4py.framing
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`manager` Module
---------------------

.. automodule:: ws4py.manager
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`messaging` Module
-----------------------

.. automodule:: ws4py.messaging
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`streaming` Module
-----------------------

.. automodule:: ws4py.streaming
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`utf8validator` Module
---------------------------

.. automodule:: ws4py.utf8validator
    :members:
    :undoc-members:
    :show-inheritance:

:mod:`websocket` Module
-----------------------

.. automodule:: ws4py.websocket
    :members:
    :undoc-members:
    :show-inheritance:

Subpackages
-----------

.. toctree::

    ws4py.client
    ws4py.server