]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.prompt.rst
Handle Wordpress random keys correctly on install and upgrade.
[wizard.git] / doc / module / wizard.prompt.rst
1 :mod:`wizard.prompt`
2 ====================
3
4 .. automodule:: wizard.prompt
5
6 Functions
7 ---------
8 .. autofunction:: make
9
10 Interfaces
11 ----------
12 .. autoclass:: PromptInterface
13     :members:
14
15 Classes
16 -------
17 .. autoclass:: Dialog
18     :show-inheritance:
19 .. autoclass:: Prompt
20     :show-inheritance:
21 .. autoclass:: FailPrompt
22     :show-inheritance:
23
24 Utility functions
25 -----------------
26 .. autofunction:: fill
27 .. autofunction:: guess_dimensions
28 .. autofunction:: join_or
29 .. autofunction:: dialog_wrap
30 .. autofunction:: prompt_wrap
31
32 Exceptions
33 ----------
34 .. autoexception:: Error
35 .. autoexception:: MissingRequiredParam
36     :show-inheritance:
37 .. autoexception:: UserCancel
38     :show-inheritance:
39 .. autoexception:: DialogError
40     :show-inheritance:
41 .. autoexception:: UnsupportedTerminal
42     :show-inheritance: