MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / time

Method time

tensorboard/uploader/util_test.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 self._time = float(current)
29
30 def time(self):
31 return self._time
32
33 def sleep(self, secs):
34 self._time += secs

Callers 5

test_rate_limitingMethod · 0.95
__init__Method · 0.45
summarizeMethod · 0.45
tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected