MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / SetText

Method SetText

tools/python-3.11.9-amd64/Lib/idlelib/tree.py:376–377  ·  view source on GitHub ↗

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

(self, text)

Source from the content-addressed store, hash-verified

374 """Return whether the item's text may be edited."""
375
376 def SetText(self, text):
377 """Change the item's text (if it is editable)."""
378
379 def GetIconName(self):
380 """Return name of icon to be displayed normally."""

Callers 1

edit_finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected