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

Method IsEditable

Lib/idlelib/tree.py:379–380  ·  view source on GitHub ↗

Return whether the item's text may be edited.

(self)

Source from the content-addressed store, hash-verified

377 return sublist
378
379 def IsEditable(self):
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)."""

Callers 1

select_or_editMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected