Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _screen_getmouse
Method
_screen_getmouse
tensorflow/python/debug/cli/curses_ui.py:905–906 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
903
return
self._KEY_MAP.get(x, x)
904
905
def
_screen_getmouse(self):
906
return
curses.getmouse()
907
908
def
_redraw_output(self):
909
if
self._curr_unwrapped_output is not None:
Callers
1
_on_textbox_keypress
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected