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

Method GetSelectedIconName

Lib/idlelib/tree.py:388–389  ·  view source on GitHub ↗

Return name of icon to be displayed when selected.

(self)

Source from the content-addressed store, hash-verified

386 """Return name of icon to be displayed normally."""
387
388 def GetSelectedIconName(self):
389 """Return name of icon to be displayed when selected."""
390
391 def GetSubList(self):
392 """Return list of items forming sublist."""

Callers 1

drawiconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected