| Home | Trees | Indices | Help |
|---|
|
|
Matchers that call the regular expression engine.
These are used internally for rewriting; users typically use Regexp which calls the standard Python regular expression library (and so is faster).
|
|||
|
BaseRegexp Common code for all matchers. |
|||
|
NfaRegexp A matcher for NFA-based regular expressions. |
|||
|
DfaRegexp A matcher for DFA-based regular expressions. |
|||
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 9 21:50:50 2012 | http://epydoc.sourceforge.net |