MCPcopy Index your code
hub / github.com/python/cpython / write

Method write

Lib/idlelib/outwin.py:171–174  ·  view source on GitHub ↗
(self, s, tags, mark)

Source from the content-addressed store, hash-verified

169 self.owin = None
170
171 def write(self, s, tags, mark):
172 if not self.owin:
173 self.setup()
174 self.owin.write(s, tags, mark)
175
176 def setup(self):
177 self.owin = owin = OutputWindow(self.flist)

Callers

nothing calls this directly

Calls 2

setupMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected