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

Method ok

Lib/idlelib/configdialog.py:174–177  ·  view source on GitHub ↗

Apply config changes, then dismiss dialog.

(self)

Source from the content-addressed store, hash-verified

172 return outer
173
174 def ok(self):
175 """Apply config changes, then dismiss dialog."""
176 self.apply()
177 self.destroy()
178
179 def apply(self):
180 """Apply config changes and leave dialog open."""

Callers

nothing calls this directly

Calls 2

applyMethod · 0.95
destroyMethod · 0.95

Tested by

no test coverage detected