MCPcopy Index your code
hub / github.com/rawpython/remi / text

Method text

editor/widgets/toolbox_siemens.py:466–466  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

464
465 @property
466 def text(self): return self.get_text()
467 @text.setter
468 def text(self, value): self.set_text(value)
469

Callers

nothing calls this directly

Calls 2

get_textMethod · 0.45
set_textMethod · 0.45

Tested by

no test coverage detected