Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Ddebugger_cli_common.py745 lines = self._get_help_for_command_prefix(cmd_prefix)
752 return RichTextLines(self._get_help_for_command_prefix(cmd_prefix))
809 def _get_help_for_command_prefix(self, cmd_prefix): member in CommandHandlerRegistry