Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
233
class
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
Text
Class · 0.90
Tested by
no test coverage detected