Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ is_paused
Method
is_paused
tensorpack/utils/timer.py:135–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
133
self._paused = timer()
134
135
def
is_paused(self):
136
return
self._paused is not False
137
138
def
resume(self):
139
""
"
Callers
1
_update_last
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected