Check if the function is still valid (still active). Return Value: True iff the function still exists in the file matching process
(self)
| 807 | |
| 808 | # Overridden base function |
| 809 | def valid(self): |
| 810 | """Check if the function is still valid (still active). |
| 811 | |
| 812 | Return Value: |
| 813 | True iff the function still exists in the file matching process |
| 814 | """ |
| 815 | return self.exists |
| 816 | |
| 817 | # Overridden base function |
| 818 | def preprocess(self): |