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

Method CurrentTheme

Lib/idlelib/config.py:358–360  ·  view source on GitHub ↗

Return the name of the currently active text color theme.

(self)

Source from the content-addressed store, hash-verified

356 return theme
357
358 def CurrentTheme(self):
359 "Return the name of the currently active text color theme."
360 return self.current_colors_and_keys('Theme')
361
362 def CurrentKeys(self):
363 """Return the name of the currently active key set."""

Callers 14

color_breakpoint_textMethod · 0.80
remote_stack_viewerMethod · 0.80
ResetColorizerMethod · 0.80
load_theme_cfgMethod · 0.80
update_colorsMethod · 0.80
update_colorsMethod · 0.80
drawtextMethod · 0.80
color_configFunction · 0.80
LoadTagDefsMethod · 0.80
reloadMethod · 0.80

Calls 1

Tested by 1