Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ wr
Method
wr
pye.py:1126–1127 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
1124
else
:
1125
self.rd_raw_fct = sys.stdin.read
1126
def
wr(self, s):
1127
sys.stdout.write(s)
1128
def
rd(self):
1129
return
sys.stdin.read(1)
1130
def
rd_raw(self):
Callers
11
get_screen_size
Method · 0.95
goto
Method · 0.45
clear_to_eol
Method · 0.45
cursor
Method · 0.45
hilite
Method · 0.45
mouse_reporting
Method · 0.45
scroll_region
Method · 0.45
scroll_up
Method · 0.45
scroll_down
Method · 0.45
display_window
Method · 0.45
line_edit
Method · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected