MCPcopy Create free account
hub / github.com/modelscope/modelscope / TimerError

Class TimerError

modelscope/preprocessors/cv/timer.py:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

since_startMethod · 0.85
since_last_checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…