A placeholder. A plugin can overwrite this function to perform an action after capture ends or all files are processed.
(self)
| 345 | ) |
| 346 | |
| 347 | def postmodule(self): |
| 348 | """ |
| 349 | A placeholder. |
| 350 | |
| 351 | A plugin can overwrite this function to perform an action after |
| 352 | capture ends or all files are processed. |
| 353 | """ |
| 354 | pass |
| 355 | |
| 356 | def _prefile(self, infile=None): |
| 357 | """ |