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

Method GetIconName

Lib/idlelib/tree.py:385–386  ·  view source on GitHub ↗

Return name of icon to be displayed normally.

(self)

Source from the content-addressed store, hash-verified

383 """Change the item's text (if it is editable)."""
384
385 def GetIconName(self):
386 """Return name of icon to be displayed normally."""
387
388 def GetSelectedIconName(self):
389 """Return name of icon to be displayed when selected."""

Callers 4

drawiconMethod · 0.45
test_geticonnameMethod · 0.45
test_geticonnameMethod · 0.45
test_nestedMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_geticonnameMethod · 0.36
test_geticonnameMethod · 0.36
test_nestedMethod · 0.36