MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _get_user_command

Method _get_user_command

tensorflow/python/debug/cli/readline_ui.py:80–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 return exit_token
79
80 def _get_user_command(self):
81 print("")
82 return self._input(self.CLI_PROMPT).strip()
83
84 def _dispatch_command(self, command):
85 """Dispatch user command.

Callers 1

_ui_loopMethod · 0.95

Calls 2

stripMethod · 0.80
_inputMethod · 0.80

Tested by

no test coverage detected