Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tensorboard
/ sleep
Method
sleep
tensorboard/util/test_util.py:159–161 ·
view source on GitHub ↗
(self, secs)
Source
from the content-addressed store, hash-verified
157
return
self._time
158
159
def
sleep(self, secs):
160
with
self._lock:
161
self._time += secs
162
163
164
def
ensure_tb_summary_proto(summary):
Callers
9
main
Function · 0.45
start
Function · 0.45
_reload
Method · 0.45
target
Method · 0.45
start
Method · 0.45
testRunInBackgroundRepeatedlyThreeTimes
Method · 0.45
handler
Method · 0.45
retry_handler
Function · 0.45
call_with_retries
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected