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

Method wr

pye_pydos.py:26–27  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

24 self.rd_raw_fct = sys.stdin.read
25
26 def wr(self, s):
27 sys.stdout.write(s)
28
29 def rd(self):
30 if Pydos_ui:

Callers 1

get_screen_sizeMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected