MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / __init__

Method __init__

tools/python-3.11.9-amd64/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 1

__init__Method · 0.45

Tested by

no test coverage detected