Part of elisa.core.pattern_matcher View In Hierarchy
Known subclasses: elisa.core.pattern_matcher.UriPattern
Instance Variables | pattern | the compiled pattern
(type: _sre.SRE_PATTERN
) |
regex | the uncompiled pattern (type: str ) | |
obj | the object to match |
Line # | Kind | Name | Docs |
---|---|---|---|
52 | Method | __init__ | |
64 | Method | __repr__ | Undocumented |
68 | Method | __cmp__ | Undocumented |
Raises | InvalidPatter | when compiling the regex fails
|