Short, one-line help text to display on `tensorboard --help`.
(self)
| 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`.""" |