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

Method _info_toast

tensorflow/python/debug/cli/curses_ui.py:1644–1652  ·  view source on GitHub ↗

Display a one-line informational message on screen. Args: message: The informational message.

(self, message)

Source from the content-addressed store, hash-verified

1642 self.ERROR_MESSAGE_PREFIX + message, color=self._ERROR_TOAST_COLOR_PAIR)
1643
1644 def _info_toast(self, message):
1645 """Display a one-line informational message on screen.
1646
1647 Args:
1648 message: The informational message.
1649 """
1650
1651 self._toast(
1652 self.INFO_MESSAGE_PREFIX + message, color=self._INFO_TOAST_COLOR_PAIR)
1653
1654 def _interrupt_handler(self, signal_num, frame):
1655 del signal_num # Unused.

Callers 2

_dispatch_commandMethod · 0.95

Calls 1

_toastMethod · 0.95

Tested by

no test coverage detected