A placeholder. A plugin can overwrite this function to perform an action before capture starts or files are read.
(self)
| 323 | self.debug(str(self.__dict__)) |
| 324 | |
| 325 | def premodule(self): |
| 326 | """ |
| 327 | A placeholder. |
| 328 | |
| 329 | A plugin can overwrite this function to perform an action before |
| 330 | capture starts or files are read. |
| 331 | """ |
| 332 | pass |
| 333 | |
| 334 | def _postmodule(self): |
| 335 | """ |