Part of twisted.trial.unittest View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | flushErrors | Flush errors from the list of caught errors. If no arguments are specified, remove all errors. If arguments are specified, only remove errors of those types from the stored list. |
Method | getErrors | Return a list of errors caught by this observer. |
Method | gotEvent | The actual observer method. Called whenever a message is logged. |
Method | _add | Undocumented |
Method | _remove | Undocumented |
Method | _ignoreErrors | Do not store any errors with any of the given types. |
Method | _clearIgnores | Stop ignoring any errors we might currently be ignoring. |
Parameters | event | A dictionary containing the log message. Actual structure undocumented
(see source for twisted.python.log ).
|