MCPcopy Create free account
hub / github.com/Picsart-AI-Research/Text2Video-Zero / TimerError

Class TimerError

annotator/uniformer/mmcv/utils/timer.py:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4
5class TimerError(Exception):
6
7 def __init__(self, message):
8 self.message = message
9 super(TimerError, self).__init__(message)
10
11
12class Timer:

Callers 2

since_startMethod · 0.85
since_last_checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected