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

Method setup

Lib/idlelib/outwin.py:176–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

174 self.owin.write(s, tags, mark)
175
176 def setup(self):
177 self.owin = owin = OutputWindow(self.flist)
178 text = owin.text
179 for tag, cnf in self.tagdefs.items():
180 if cnf:
181 text.tag_configure(tag, **cnf)
182 text.tag_raise('sel')
183 self.write = self.owin.write
184
185
186if __name__ == '__main__':

Callers 1

writeMethod · 0.95

Calls 4

OutputWindowClass · 0.85
itemsMethod · 0.45
tag_configureMethod · 0.45
tag_raiseMethod · 0.45

Tested by

no test coverage detected