Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class
TimerError(Exception):
6
7
def
__init__(self, message):
8
self.message = message
9
super(TimerError, self).__init__(message)
10
11
12
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