]> scripts.mit.edu Git - wizard.git/blob - doc/module/wizard.util.rst
d8aa162d3ab40cd1546ba5174d5246a1046d71b1
[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 .. autofunction:: mixed_newlines
36 .. autofunction:: random_key
37 .. autofunction:: makedirs
38 .. autofunction:: disk_usage
39
40 Exceptions
41 ----------
42 .. autoexception:: NoOperatorInfo
43 .. autoexception:: DirectoryLockedError
44 .. autoexception:: NoSuchDirectoryError
45     :show-inheritance:
46 .. autoexception:: PermissionsError
47     :show-inheritance:
48 .. autoexception:: DNSError
49     :show-inheritance: