Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TabViewer/tabview
/ goto_mark
Method
goto_mark
tabview/tabview.py:247–249 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
self.save_y, self.save_x = self.y + self.win_y, self.x + self.win_x
246
247
def
goto_mark(self):
248
if
hasattr(self,
'save_y'
):
249
self.goto_yx(self.save_y + 1, self.save_x + 1)
250
251
def
home(self):
252
self.goto_y(1)
Callers
nothing calls this directly
Calls
1
goto_yx
Method · 0.95
Tested by
no test coverage detected