]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.shell.rst
Handle Wordpress random keys correctly on install and upgrade.
[wizard.git] / doc / module / wizard.shell.rst
1 :mod:`wizard.shell`
2 ===================
3
4 .. automodule:: wizard.shell
5
6 Classes
7 -------
8 .. autoclass:: Shell
9     :members:
10 .. autoclass:: ParallelShell
11     :members:
12 .. Not terribly happy about the duplication of documentation of
13 .. inherited members, but it's the easiest way to make coverage not
14 .. complain.
15 .. autoclass:: DummyParallelShell
16     :members:
17     :show-inheritance:
18     :inherited-members:
19
20 Functions
21 ---------
22 .. autofunction:: is_python
23 .. autofunction:: drop_priviledges
24
25 Data
26 ----
27 .. autodata:: wizard_bin
28
29 Exceptions
30 ----------
31 .. autoexception:: Error
32 .. autoexception:: CallError
33     :members:
34 .. autoexception:: PythonCallError
35     :members:
36     :show-inheritance:
37