Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ move_right
Method
move_right
pye.py:472–474 ·
view source on GitHub ↗
(self, l)
Source
from the content-addressed store, hash-verified
470
else
:
471
return
False
472
def
move_right(self, l):
473
if
not self.skip_down(l):
474
self.col += 1
475
def
find_in_file(self, pattern, col, end):
476
Editor.find_pattern = pattern
477
if
Editor.case !=
"y"
:
Callers
1
handle_edit_keys
Method · 0.95
Calls
1
skip_down
Method · 0.95
Tested by
no test coverage detected