5.7. yapyutils.help.__init__
The package ‘yapyutils.init’ provides basic utilities for the display of online help.
5.7.1. Module
yapyutils.help provides various low-level Python utilities for runtime help information.
Sources: yapyutils/help/__init__.py
5.7.2. Functions
5.7.2.1. usage
-
yapyutils.help.
usage
(name)[source]
Display docstring as help.
- Parameters
name –
Name for the help title.
default := __main__
- Returns
Displays the docsting of the modules and exists.
- Raises
pass-through –
5.7.3. Exceptions
-
exception
yapyutils.help.
YapyUtilsHelpError
[source]
Subsystem Help.