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

Method rd_raw

pye_pydos.py:35–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

33 return sys.stdin.read(1)
34
35 def rd_raw(self):
36 return self.rd(1)
37
38 def deinit_tty(self):
39 try:

Callers

nothing calls this directly

Calls 1

rdMethod · 0.95

Tested by

no test coverage detected