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 | |
| exceptions | |
Public Attributes inherited from SerialSubstitution.SubstitutionClass | |
| options | |
Definition at line 104 of file SerialSubstitution.py.
| def SerialSubstitution.RegExDeleteLineClass.__init__ | ( | self, | |
| match, | |||
exceptions = [] |
|||
| ) |
Definition at line 105 of file SerialSubstitution.py.
| def SerialSubstitution.RegExDeleteLineClass.__call__ | ( | self, | |
| s, | |||
context = None |
|||
| ) |
Definition at line 113 of file SerialSubstitution.py.
| def SerialSubstitution.RegExDeleteLineClass.__str__ | ( | self | ) |
Definition at line 111 of file SerialSubstitution.py.
| def SerialSubstitution.RegExDeleteLineClass.Describe | ( | self | ) |
Definition at line 120 of file SerialSubstitution.py.
| SerialSubstitution.RegExDeleteLineClass.exceptions |
Definition at line 108 of file SerialSubstitution.py.
| SerialSubstitution.RegExDeleteLineClass.regex |
Definition at line 107 of file SerialSubstitution.py.
1.8.5