Home | Trees | Indices | Help |
|
---|
|
Common error handling facilities for user interface components.
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__package__ =
|
Function Details |
reflows a message to about 80 characters width. Lines starting with whitespace will not be wrapped. |
returns a string representation of aDict. I'm trying to make this palatable for error message output. |
raises the current exception and tries write a good error message for it. opts can be an object with some attribute (read the source); this usually comes from user.cli's main. output must be a function accepting a single string, defaulting to something just encoding the string for the output found and dumping it to stderr. The function returns a suggested return value for the whole program. |
A fake cli operation just raising exceptions. This is mainly for testing and development. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |