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

Method CurrentKeys

Lib/idlelib/config.py:362–364  ·  view source on GitHub ↗

Return the name of the currently active key set.

(self)

Source from the content-addressed store, hash-verified

360 return self.current_colors_and_keys('Theme')
361
362 def CurrentKeys(self):
363 """Return the name of the currently active key set."""
364 return self.current_colors_and_keys('Keys')
365
366 def current_colors_and_keys(self, section):
367 """Return the currently active name for Theme or Keys section.

Callers 4

GetCurrentKeySetMethod · 0.95
load_key_cfgMethod · 0.80

Calls 1

Tested by 2