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

Method ok

Lib/idlelib/help_about.py:200–203  ·  view source on GitHub ↗

Dismiss help_about dialog.

(self, event=None)

Source from the content-addressed store, hash-verified

198 self, title, fn, encoding, _utest=self._utest)
199
200 def ok(self, event=None):
201 "Dismiss help_about dialog."
202 self.grab_release()
203 self.destroy()
204
205
206if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

grab_releaseMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected