_premodule is called before capture starts or files are read. It will attempt to call the child plugin's premodule function.
(self)
| 313 | pass |
| 314 | |
| 315 | def _premodule(self): |
| 316 | """ |
| 317 | _premodule is called before capture starts or files are read. It will |
| 318 | attempt to call the child plugin's premodule function. |
| 319 | """ |
| 320 | self.premodule() |
| 321 | self.out.setup() |
| 322 | # self.debug('{}'.format(pprint.pformat(self.__dict__))) |
| 323 | self.debug(str(self.__dict__)) |
| 324 | |
| 325 | def premodule(self): |
| 326 | """ |