MCPcopy Create free account
hub / github.com/mhammond/pywin32 / write

Method write

Pythonwin/pywin/Demos/cmdserver.py:43–45  ·  view source on GitHub ↗

Write to the current thread's writer, default sys.stdout

(self, str)

Source from the content-addressed store, hash-verified

41 return self.origStdOut
42
43 def write(self, str):
44 "Write to the current thread's writer, default sys.stdout"
45 self.getwriter().write(str)
46
47def Test():
48 num=1

Callers 6

UpdateFileFunction · 0.45
CollectorThreadFunction · 0.45
traceFunction · 0.45
traceFunction · 0.45
_SaveTextToFileMethod · 0.45
dumpFunction · 0.45

Calls 1

getwriterMethod · 0.95

Tested by

no test coverage detected