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

Method wr

pye.py:1126–1127  ·  view source on GitHub ↗
(self, s)

Source from the content-addressed store, hash-verified

1124 else:
1125 self.rd_raw_fct = sys.stdin.read
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):

Callers 11

get_screen_sizeMethod · 0.95
gotoMethod · 0.45
clear_to_eolMethod · 0.45
cursorMethod · 0.45
hiliteMethod · 0.45
mouse_reportingMethod · 0.45
scroll_regionMethod · 0.45
scroll_upMethod · 0.45
scroll_downMethod · 0.45
display_windowMethod · 0.45
line_editMethod · 0.45

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected