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

Method __init__

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

Source from the content-addressed store, hash-verified

165 # Used in ConfigDialog.GetNewKeysName, .GetNewThemeName (837)
166
167 def __init__(self, parent, title, message, used_names,
168 *, _htest=False, _utest=False):
169 super().__init__(parent, title, message, used_names=used_names,
170 _htest=_htest, _utest=_utest)
171
172 def entry_ok(self):
173 "Return sensible ConfigParser section name or None."

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected