Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ rd
Method
rd
pye_pydos.py:29–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
sys.stdout.write(s)
28
29
def
rd(self):
30
if
Pydos_ui:
31
return
Pydos_ui.read_keyboard(1)
32
else
:
33
return
sys.stdin.read(1)
34
35
def
rd_raw(self):
36
return
self.rd(1)
Callers
2
rd_raw
Method · 0.95
get_screen_size
Method · 0.95
Calls
1
read_keyboard
Method · 0.45
Tested by
no test coverage detected