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

Method get_text

lib/matplotlib/offsetbox.py:751–753  ·  view source on GitHub ↗

Return the string representation of this area's text.

(self)

Source from the content-addressed store, hash-verified

749 self.stale = True
750
751 def get_text(self):
752 """Return the string representation of this area's text."""
753 return self._text.get_text()
754
755 def set_multilinebaseline(self, t):
756 """

Callers 1

test_textarea_propertiesFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_textarea_propertiesFunction · 0.76