Method called after receiving result from next processor but before sending it to the previous one.
(self, test, result)
| 125 | pass |
| 126 | |
| 127 | def _on_result_for(self, test, result): |
| 128 | """Method called after receiving result from next processor but before |
| 129 | sending it to the previous one.""" |
| 130 | pass |
| 131 | |
| 132 | def _on_heartbeat(self): |
| 133 | pass |