]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.util.rst
Fix documentation coverage omissions.
[wizard.git] / doc / module / wizard.util.rst
1 :mod:`wizard.util`
2 ==================
3
4 .. automodule:: wizard.util
5
6 Classes
7 -------
8 .. autoclass:: ChangeDirectory
9 .. autoclass:: PipeToLess
10 .. autoclass:: IgnoreKeyboardInterrupts
11 .. autoclass:: Counter
12     :members:
13 .. autoclass:: LockDirectory
14     :members:
15
16 Functions
17 ---------
18 .. autofunction:: dictmap
19 .. autofunction:: dictkmap
20 .. autofunction:: chdir
21 .. autofunction:: get_exception_name
22 .. autofunction:: get_dir_uid
23 .. autofunction:: get_dir_owner
24 .. autofunction:: get_revision
25 .. autofunction:: get_operator_info
26 .. autofunction:: get_operator_name_from_gssapi
27 .. autofunction:: get_operator_git
28 .. autofunction:: set_operator_env
29 .. autofunction:: set_author_env
30 .. autofunction:: set_git_env
31 .. autofunction:: get_git_footer
32 .. autofunction:: safe_unlink
33 .. autofunction:: soft_unlink
34 .. autofunction:: fetch
35
36 Exceptions
37 ----------
38 .. autoexception:: NoOperatorInfo
39 .. autoexception:: DirectoryLockedError
40 .. autoexception:: NoSuchDirectoryError
41     :show-inheritance:
42 .. autoexception:: PermissionsError
43     :show-inheritance: