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

Method theme_names

Lib/tkinter/ttk.py:490–492  ·  view source on GitHub ↗

Returns a list of all known themes.

(self)

Source from the content-addressed store, hash-verified

488
489
490 def theme_names(self):
491 """Returns a list of all known themes."""
492 return self.tk.splitlist(self.tk.call(self._name, "theme", "names"))
493
494
495 def theme_use(self, themename=None):

Callers 8

test_theme_useMethod · 0.80
test_map_custom_copyMethod · 0.80
test_theme_createMethod · 0.80

Calls 2

splitlistMethod · 0.80
callMethod · 0.45

Tested by 8

test_theme_useMethod · 0.64
test_map_custom_copyMethod · 0.64
test_theme_createMethod · 0.64