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

Method rd

pye.py:1128–1129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1126 def wr(self, s):
1127 sys.stdout.write(s)
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):

Callers 2

get_screen_sizeMethod · 0.95
get_inputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected