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

Class TextWrapper

Lib/idlelib/idle_test/test_history.py:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58class TextWrapper:
59 def __init__(self, master):
60 self.text = tkText(master=master)
61 self._bell = False
62 def __getattr__(self, name):
63 return getattr(self.text, name)
64 def bell(self):
65 self._bell = True
66
67
68class FetchTest(unittest.TestCase):

Callers 1

setUpMethod · 0.70

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…