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

Method SetText

Lib/idlelib/tree.py:382–383  ·  view source on GitHub ↗

Change the item's text (if it is editable).

(self, text)

Source from the content-addressed store, hash-verified

380 """Return whether the item's text may be edited."""
381
382 def SetText(self, text):
383 """Change the item's text (if it is editable)."""
384
385 def GetIconName(self):
386 """Return name of icon to be displayed normally."""

Callers 1

edit_finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected