MCPcopy Create free account
hub / github.com/RetiredWizard/PyDOS / rd_raw

Method rd_raw

pye.py:1130–1131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1128 def rd(self):
1129 return sys.stdin.read(1)
1130 def rd_raw(self):
1131 return self.rd_raw_fct(1)
1132 def deinit_tty(self):
1133 try:
1134 from micropython import kbd_intr

Callers 1

get_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected