]> scripts.mit.edu Git - wizard.git/blobdiff - doc/module/wizard.util.rst
Update documentation.
[wizard.git] / doc / module / wizard.util.rst
index 3104566169e67800983ca60b3b51b983952826cd..b68164707e0af966c295c79eb46754779df65da9 100644 (file)
@@ -6,24 +6,43 @@
 Classes
 -------
 .. autoclass:: ChangeDirectory
+.. autoclass:: PipeToLess
+.. autoclass:: IgnoreKeyboardInterrupts
 .. autoclass:: Counter
     :members:
+.. autoclass:: LockDirectory
+    :members:
 
 Functions
 ---------
 .. autofunction:: dictmap
+.. autofunction:: dictkmap
+.. autofunction:: chdir
 .. autofunction:: get_exception_name
 .. autofunction:: get_dir_uid
 .. autofunction:: get_dir_owner
 .. autofunction:: get_revision
 .. autofunction:: get_operator_info
-.. autofunction:: get_operator_name
+.. autofunction:: get_operator_name_from_gssapi
 .. autofunction:: get_operator_git
 .. autofunction:: set_operator_env
 .. autofunction:: set_author_env
 .. autofunction:: set_git_env
 .. autofunction:: get_git_footer
+.. autofunction:: safe_unlink
+.. autofunction:: soft_unlink
+.. autofunction:: fetch
+.. autofunction:: mixed_newlines
+.. autofunction:: random_key
+.. autofunction:: makedirs
 
 Exceptions
 ----------
 .. autoexception:: NoOperatorInfo
+.. autoexception:: DirectoryLockedError
+.. autoexception:: NoSuchDirectoryError
+    :show-inheritance:
+.. autoexception:: PermissionsError
+    :show-inheritance:
+.. autoexception:: DNSError
+    :show-inheritance: