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

Method __init__

Lib/idlelib/idle_test/test_format.py:234–235  ·  view source on GitHub ↗
(self, master)

Source from the content-addressed store, hash-verified

232
233class TextWrapper:
234 def __init__(self, master):
235 self.text = Text(master=master)
236 def __getattr__(self, name):
237 return getattr(self.text, name)
238 def undo_block_start(self): pass

Callers

nothing calls this directly

Calls 1

TextClass · 0.90

Tested by

no test coverage detected