Class e.c.p.Pattern(object):

Part of elisa.core.pattern_matcher View In Hierarchy

Known subclasses: elisa.core.pattern_matcher.UriPattern

A pattern object contains a regular expression and the corresponding object.
Instance Variablespatternthe compiled pattern (type: _sre.SRE_PATTERN )
regexthe uncompiled pattern (type: str )
objthe object to match
Line # Kind Name Docs
52 Method __init__
64 Method __repr__ Undocumented
68 Method __cmp__ Undocumented
def __init__(self, regex, obj):
RaisesInvalidPatterwhen compiling the regex fails
def __repr__(self):
Undocumented
def __cmp__(self, other):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.