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

Method deinit_tty

pye_pydos.py:38–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 return self.rd(1)
37
38 def deinit_tty(self):
39 try:
40 from micropython import kbd_intr
41 kbd_intr(3)
42 except ImportError:
43 pass
44
45 def get_screen_size(self):
46 if Pydos_ui:

Callers 1

pyeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected