diff options
| author | Hanno Schlichting <hanno@hannosch.eu> | 2012-08-30 16:20:35 +0200 |
|---|---|---|
| committer | Hanno Schlichting <hanno@hannosch.eu> | 2012-08-30 16:20:35 +0200 |
| commit | bca9e25057a3e52130aef0c3d27c46aaf108f30f (patch) | |
| tree | 2bbd4a42945974d6f3b09491e731307e90a0827b /docs/api/protocol | |
| parent | 49fd91e82d1bc1d5efbba7df302785aa9dfcb926 (diff) | |
| download | kazoo-bca9e25057a3e52130aef0c3d27c46aaf108f30f.tar.gz | |
Add new api/protocol/states doc and move docs from api/client
Diffstat (limited to 'docs/api/protocol')
| -rw-r--r-- | docs/api/protocol/states.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/api/protocol/states.rst b/docs/api/protocol/states.rst new file mode 100644 index 0000000..28c9317 --- /dev/null +++ b/docs/api/protocol/states.rst @@ -0,0 +1,22 @@ +.. _states_module: + +:mod:`kazoo.protocol.states` +---------------------------- + +.. automodule:: kazoo.protocol.states + +Public API +++++++++++ + + .. autoclass:: EventType + + .. autoclass:: KazooState + + .. autoclass:: KeeperState + + .. autoclass:: WatchedEvent + +Private API ++++++++++++ + + .. autoclass:: Callback |
