Public Member Functions | |
def | __init__ |
def | __str__ |
def | __call__ |
def | Describe |
Public Member Functions inherited from SerialSubstitution.SubstitutionClass | |
def | __init__ |
def | SetOptions |
def | __str__ |
def | __call__ |
def | describe |
Public Attributes | |
pattern | |
repl | |
exceptions | |
Public Attributes inherited from SerialSubstitution.SubstitutionClass | |
options | |
Definition at line 126 of file SerialSubstitution.py.
def SerialSubstitution.ReplacementClass.__init__ | ( | self, | |
match, | |||
replacement, | |||
exceptions = [] |
|||
) |
Definition at line 127 of file SerialSubstitution.py.
def SerialSubstitution.ReplacementClass.__call__ | ( | self, | |
s, | |||
context = None |
|||
) |
Definition at line 136 of file SerialSubstitution.py.
def SerialSubstitution.ReplacementClass.__str__ | ( | self | ) |
Definition at line 134 of file SerialSubstitution.py.
def SerialSubstitution.ReplacementClass.Describe | ( | self | ) |
Definition at line 142 of file SerialSubstitution.py.
SerialSubstitution.ReplacementClass.exceptions |
Definition at line 131 of file SerialSubstitution.py.
SerialSubstitution.ReplacementClass.pattern |
Definition at line 129 of file SerialSubstitution.py.
SerialSubstitution.ReplacementClass.repl |
Definition at line 130 of file SerialSubstitution.py.