Method
__init__
(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
Tested by
no test coverage detected