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

Method askyesno

Lib/idlelib/configdialog.py:1506–1508  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1504 idleConf.userCfg['keys'].SetOption(keyset_name, event, value)
1505
1506 def askyesno(self, *args, **kwargs):
1507 # Make testing easier. Could change implementation.
1508 return messagebox.askyesno(*args, **kwargs)
1509
1510 def delete_custom_keys(self):
1511 """Handle event to delete a custom key set.

Callers 1

delete_custom_keysMethod · 0.95

Calls 1

askyesnoMethod · 0.45

Tested by

no test coverage detected