Calculate current overall statistics.
(self)
| 97 | raise NotImplementedError |
| 98 | |
| 99 | async def stats(self) -> Optional[Stats]: |
| 100 | """Calculate current overall statistics.""" |
| 101 | raise NotImplementedError |
| 102 | |
| 103 | async def save_result(self, result: Result) -> Optional[Result]: |
| 104 | """ |
no outgoing calls