eh.TypeMap Class Reference

#include <eh.py.h>

Inheritance diagram for eh.TypeMap:

eh.EDocItemMapContainer eh.ItemMapContainer eh.ItemContainer List of all members.

Detailed Description

Implementation of EDocItemMapContainer specifically for EDoc.Type type objects.


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.


Member Function Documentation

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.


The documentation for this class was generated from the following file:
Generated on Tue Jan 20 18:26:38 2009 for EDocPy-0.0.1 by  doxygen 1.5.1