Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ move_left
Method
move_left
pye.py:456–459 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
454
else
:
455
return
False
456
def
move_left(self):
457
self.col = self.vcol
458
if
not self.skip_up():
459
self.col -= 1
460
def
move_down(self):
461
if
self.cur_line < self.total_lines - 1:
462
self.cur_line += 1
Callers
1
handle_edit_keys
Method · 0.95
Calls
1
skip_up
Method · 0.95
Tested by
no test coverage detected