reporter.py
Others:
This definition provides a base exception handler.
| Parameters: | *args – Arguments. ( * ) |
|---|---|
| Returns: | Definition success. ( Boolean ) |
This definition provides a system exit exception handler.
| Parameters: | *args – Arguments. ( * ) |
|---|---|
| Returns: | Definition success. ( Boolean ) |
This decorator is used to mark an object that would system exit in case of critical exception.
| Parameters: | object – Object to decorate. ( Object ) |
|---|---|
| Returns: | Object. ( Object ) |
This definition installs the exceptions reporter.
| Parameters: | report – Report to Crittercism. ( Boolean ) |
|---|---|
| Returns: | Reporter instance. ( Reporter ) |
This definition uninstalls the exceptions reporter.
| Returns: | Definition success. ( Boolean ) |
|---|
Bases: foundations.ui.common.QWidget
This class provides an exception reporting Widget.
| Parameters: |
|
|---|
This method is the property for self.__report attribute.
| Returns: | self.__report. ( Boolean ) |
|---|
This method is the property for self.__enabled attribute.
| Returns: | self.__enabled. ( Boolean ) |
|---|
This method handles given exception.
| Parameters: | *args – Arguments. ( * ) |
|---|
This method formats given exception as an html text.
| Parameters: | *args – Arguments. ( * ) |
|---|---|
| Returns: | Exception html text. ( String ) |