MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_text

Method set_text

lib/matplotlib/offsetbox.py:746–749  ·  view source on GitHub ↗

Set the text of this area as a string.

(self, s)

Source from the content-addressed store, hash-verified

744 self._multilinebaseline = multilinebaseline
745
746 def set_text(self, s):
747 """Set the text of this area as a string."""
748 self._text.set_text(s)
749 self.stale = True
750
751 def get_text(self):
752 """Return the string representation of this area's text."""

Callers 1

test_textarea_propertiesFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_textarea_propertiesFunction · 0.76