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

Method __init__

Lib/idlelib/idle_test/test_sidebar.py:24–29  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

22
23class Dummy_editwin:
24 def __init__(self, text):
25 self.text = text
26 self.text_frame = self.text.master
27 self.per = Percolator(text)
28 self.undo = Delegator()
29 self.per.insertfilter(self.undo)
30
31 def setvar(self, name, value):
32 pass

Callers

nothing calls this directly

Calls 3

PercolatorClass · 0.90
DelegatorClass · 0.90
insertfilterMethod · 0.80

Tested by

no test coverage detected