(self, curStatus: CStatus)
| 18 | return CStatus() |
| 19 | |
| 20 | def finishRun(self, curStatus: CStatus): |
| 21 | span = time.time() - self._start_time |
| 22 | print('----> [MyTimerAspect] {0} time cost is : {1}s'.format(self.getName(), round(span, 2))) |
| 23 | return |
nothing calls this directly
no outgoing calls
no test coverage detected