Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class
TimerError(Exception):
8
9
def
__init__(self, message):
10
self.message = message
11
super(TimerError, self).__init__(message)
12
13
14
class
Timer:
Callers
2
since_start
Method · 0.85
since_last_check
Method · 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…