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