Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetiredWizard/PyDOS
/ read_keyboard
Method
read_keyboard
lib/pydos_ui.py:46–48 ·
view source on GitHub ↗
(self,num)
Source
from the content-addressed store, hash-verified
44
return
retval
45
46
def
read_keyboard(self,num):
47
# Does the same function as sys.stdin.read(num), blocking read
48
return
stdin.read(num)
49
50
def
get_screensize(self,disp=None):
51
try
:
Callers
9
rd
Method · 0.45
rgbrainbow
Function · 0.45
blink
Function · 0.45
bounce.py
File · 0.45
anyKey
Function · 0.45
lcdScroll
Function · 0.45
displayTemp
Function · 0.45
piano
Function · 0.45
rgbblink
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected