MCPcopy 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
164def ensure_tb_summary_proto(summary):

Callers 9

mainFunction · 0.45
startFunction · 0.45
_reloadMethod · 0.45
targetMethod · 0.45
startMethod · 0.45
handlerMethod · 0.45
retry_handlerFunction · 0.45
call_with_retriesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected