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 | |
| regex | |
| repl | |
| exceptions | |
Public Attributes inherited from SerialSubstitution.SubstitutionClass | |
| options | |
Definition at line 83 of file SerialSubstitution.py.
| def SerialSubstitution.RegExSubstitutionClass.__init__ | ( | self, | |
| match, | |||
| replacement, | |||
exceptions = [] |
|||
| ) |
Definition at line 84 of file SerialSubstitution.py.
| def SerialSubstitution.RegExSubstitutionClass.__call__ | ( | self, | |
| s, | |||
context = None |
|||
| ) |
Definition at line 93 of file SerialSubstitution.py.
| def SerialSubstitution.RegExSubstitutionClass.__str__ | ( | self | ) |
Definition at line 91 of file SerialSubstitution.py.
| def SerialSubstitution.RegExSubstitutionClass.Describe | ( | self | ) |
Definition at line 98 of file SerialSubstitution.py.
| SerialSubstitution.RegExSubstitutionClass.exceptions |
Definition at line 88 of file SerialSubstitution.py.
| SerialSubstitution.RegExSubstitutionClass.regex |
Definition at line 86 of file SerialSubstitution.py.
| SerialSubstitution.RegExSubstitutionClass.repl |
Definition at line 87 of file SerialSubstitution.py.
1.8.5