Home
last modified time | relevance | path

Searched refs:_get_help_for_command_prefix (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py754 lines = self._get_help_for_command_prefix(cmd_prefix)
761 return RichTextLines(self._get_help_for_command_prefix(cmd_prefix))
818 def _get_help_for_command_prefix(self, cmd_prefix): member in CommandHandlerRegistry