Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TabViewer/tabview
/ goto_yx
Method
goto_yx
tabview/tabview.py:296–298 ·
view source on GitHub ↗
(self, y, x)
Source
from the content-addressed store, hash-verified
294
self.goto_x(m)
295
296
def
goto_yx(self, y, x):
297
self.goto_y(y)
298
self.goto_x(x)
299
300
def
line_home(self):
301
self.goto_x(1)
Callers
3
goto_mark
Method · 0.95
search_results
Method · 0.95
_skip_to_value_change
Method · 0.95
Calls
2
goto_y
Method · 0.95
goto_x
Method · 0.95
Tested by
no test coverage detected