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

Method description

tensorboard/program.py:559–561  ·  view source on GitHub ↗

Description to display on `tensorboard SUBCOMMAND --help`.

(self)

Source from the content-addressed store, hash-verified

557 return None
558
559 def description(self):
560 """Description to display on `tensorboard SUBCOMMAND --help`."""
561 return None
562
563
564class TensorBoardServer(metaclass=ABCMeta):

Callers 1

configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected