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

Method test_init

Lib/idlelib/idle_test/test_runscript.py:26–29  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

24 del cls.root
25
26 def test_init(self):
27 ew = EditorWindow(root=self.root)
28 sb = runscript.ScriptBinding(ew)
29 ew._close()
30
31
32if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

_closeMethod · 0.95
EditorWindowClass · 0.90

Tested by

no test coverage detected