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

Method _ui_loop

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

Source from the content-addressed store, hash-verified

70 return exit_token
71
72 def _ui_loop(self):
73 while True:
74 command = self._get_user_command()
75
76 exit_token = self._dispatch_command(command)
77 if exit_token is not None:
78 return exit_token
79
80 def _get_user_command(self):
81 print("")

Callers 1

run_uiMethod · 0.95

Calls 2

_get_user_commandMethod · 0.95
_dispatch_commandMethod · 0.95

Tested by

no test coverage detected