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

Method deinit_tty

pye.py:1132–1137  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
1135 kbd_intr(3)
1136 except ImportError:
1137 pass
1138 def get_screen_size(self):
1139 self.wr('\x1b[999;999H\x1b[6n')
1140 pos = ''

Callers 1

pyeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected