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

Method __init__

Lib/idlelib/query.py:191–194  ·  view source on GitHub ↗
(self, parent, title, message, text0,
                 *, _htest=False, _utest=False)

Source from the content-addressed store, hash-verified

189 # Used in open_module (editor.EditorWindow until move to iobinding).
190
191 def __init__(self, parent, title, message, text0,
192 *, _htest=False, _utest=False):
193 super().__init__(parent, title, message, text0=text0,
194 _htest=_htest, _utest=_utest)
195
196 def entry_ok(self):
197 "Return entered module name as file path or None."

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected