MCPcopy 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

rdMethod · 0.45
rgbrainbowFunction · 0.45
blinkFunction · 0.45
bounce.pyFile · 0.45
anyKeyFunction · 0.45
lcdScrollFunction · 0.45
displayTempFunction · 0.45
pianoFunction · 0.45
rgbblinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected