#include <eh.py.h>
Inheritance diagram for eh.TypeMap:

Public Member Functions | |
| __init__ (types) | |
| Constructor. | |
| MatchesDeclared (match_str, mtype=Regexp, inverse=False) | |
| Performs the same as ItemContainer.Matches() except on the types declared name as returned by EDoc.Type.GetDeclaredName(). | |
| CaughtBy (types) | |
| Returns a subset of the current list of all types that can be caught by the list of types passed in. | |
| Suppress () | |
| Suppresses generation of output for all exceptions of types that are in this list. | |
| UnSuppress () | |
| UnSuppresses generation of output for all exceptions of types that are in this list. | |
| eh.TypeMap.__init__ | ( | types | ) |
Constructor.
| eh.TypeMap.MatchesDeclared | ( | match_str | , | |
| mtype | = Regexp, |
|||
| inverse | = False | |||
| ) |
Performs the same as ItemContainer.Matches() except on the types declared name as returned by EDoc.Type.GetDeclaredName().
This is just a convenience function.
| eh.TypeMap.CaughtBy | ( | types | ) |
Returns a subset of the current list of all types that can be caught by the list of types passed in.
| eh.TypeMap.Suppress | ( | ) |
Suppresses generation of output for all exceptions of types that are in this list.
| eh.TypeMap.UnSuppress | ( | ) |
UnSuppresses generation of output for all exceptions of types that are in this list.
1.5.1