MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / start

Method start

tensorboard/data/ingester.py:37–46  ·  view source on GitHub ↗

Starts ingesting data. This may start a background thread or process, and will return once communication with that task is established. It won't block forever as data is reloaded. Must only be called once.

(self)

Source from the content-addressed store, hash-verified

35
36 @abc.abstractmethod
37 def start(self):
38 """Starts ingesting data.
39
40 This may start a background thread or process, and will return
41 once communication with that task is established. It won't block
42 forever as data is reloaded.
43
44 Must only be called once.
45 """
46 pass

Callers 15

benchFunction · 0.45
setUpMethod · 0.45
_patch_environMethod · 0.45
test_simple_startMethod · 0.45
test_reuseMethod · 0.45
test_reuse_after_killMethod · 0.45
test_exit_failureMethod · 0.45
test_exit_successMethod · 0.45
test_timeoutMethod · 0.45

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.36
_patch_environMethod · 0.36
test_simple_startMethod · 0.36
test_reuseMethod · 0.36
test_reuse_after_killMethod · 0.36
test_exit_failureMethod · 0.36
test_exit_successMethod · 0.36
test_timeoutMethod · 0.36