Definition at line 126 of file SerialSubstitution.py.
def SerialSubstitution.ReplacementClass.__init__ |
( |
|
self, |
|
|
|
match, |
|
|
|
replacement, |
|
|
|
exceptions = [] |
|
) |
| |
Definition at line 127 of file SerialSubstitution.py.
127 def __init__(self, match, replacement, exceptions = []):
128 SubstitutionClass.__init__(self)
def __init__(self, match, replacement, exceptions=[])
def SerialSubstitution.ReplacementClass.__call__ |
( |
|
self, |
|
|
|
s, |
|
|
|
context = None |
|
) |
| |
def SerialSubstitution.ReplacementClass.__str__ |
( |
|
self | ) |
|
def SerialSubstitution.ReplacementClass.Describe |
( |
|
self | ) |
|
SerialSubstitution.ReplacementClass.exceptions |
SerialSubstitution.ReplacementClass.pattern |
SerialSubstitution.ReplacementClass.repl |
The documentation for this class was generated from the following file: