_postfile is called just after an individual file is processed. It may expand some day, but for now it just calls a child's postfile function.
(self)
| 376 | pass |
| 377 | |
| 378 | def _postfile(self): |
| 379 | """ |
| 380 | _postfile is called just after an individual file is processed. |
| 381 | It may expand some day, but for now it just calls a child's postfile |
| 382 | function. |
| 383 | """ |
| 384 | self.postfile() |
| 385 | |
| 386 | def postfile(self): |
| 387 | """ |
no test coverage detected