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

Method askyesno

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

Source from the content-addressed store, hash-verified

1057 idleConf.userCfg['highlight'].SetOption(theme_name, element, value)
1058
1059 def askyesno(self, *args, **kwargs):
1060 # Make testing easier. Could change implementation.
1061 return messagebox.askyesno(*args, **kwargs)
1062
1063 def delete_custom(self):
1064 """Handle event to delete custom theme.

Callers 3

delete_customMethod · 0.95
runcodeMethod · 0.45
askyesnoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected