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

Method help

tensorboard/program.py:555–557  ·  view source on GitHub ↗

Short, one-line help text to display on `tensorboard --help`.

(self)

Source from the content-addressed store, hash-verified

553 pass
554
555 def help(self):
556 """Short, one-line help text to display on `tensorboard --help`."""
557 return None
558
559 def description(self):
560 """Description to display on `tensorboard SUBCOMMAND --help`."""

Callers 1

configureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected