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

Method __init__

Lib/idlelib/idle_test/test_debugger.py:139–141  ·  view source on GitHub ↗
(self, fn, breakpoints)

Source from the content-addressed store, hash-verified

137
138 class MockEditWindow(object):
139 def __init__(self, fn, breakpoints):
140 self.io = FileIO(fn)
141 self.breakpoints = breakpoints
142
143 self.pyshell.flist = Mock()
144 self.pyshell.flist.inversedict = (

Callers

nothing calls this directly

Calls 1

FileIOClass · 0.85

Tested by

no test coverage detected