#include <eh.py.h>
Inheritance diagram for eh.CodeBlockList:
Public Member Functions | |
__init__ (code_blocks) | |
Constructor. | |
SuppressOriginatingException (match_str, mtype=Regexp, inverse=False) | |
Suppresses exceptions that originate from any code blocks in this list whose EDoc.Exception.GetKeyName() generates a successful match. | |
MatchesOriginatingException (match_str, mtype=Regexp, inverse=False) | |
Returns an OriginatingExceptionList with a list of all originating exceptions that originate from within any code blocks in this current list that successfully match the given criteria. | |
ErasePossCalls (match_str, mtype=Regexp, inverse=False) | |
Erases from all CodeBlock instances in this list all possible function calls that successfully match the given criteria. |
eh.CodeBlockList.__init__ | ( | code_blocks | ) |
Constructor.
eh.CodeBlockList.SuppressOriginatingException | ( | match_str | , | |
mtype | = Regexp , |
|||
inverse | = False | |||
) |
Suppresses exceptions that originate from any code blocks in this list whose EDoc.Exception.GetKeyName() generates a successful match.
eh.CodeBlockList.MatchesOriginatingException | ( | match_str | , | |
mtype | = Regexp , |
|||
inverse | = False | |||
) |
Returns an OriginatingExceptionList with a list of all originating exceptions that originate from within any code blocks in this current list that successfully match the given criteria.
See ItemContainer.Matches() for information about the match.
eh.CodeBlockList.ErasePossCalls | ( | match_str | , | |
mtype | = Regexp , |
|||
inverse | = False | |||
) |
Erases from all CodeBlock instances in this list all possible function calls that successfully match the given criteria.
See ItemContainer.Matches() for information about the match.