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

Method get_wrap

lib/matplotlib/text.py:704–706  ·  view source on GitHub ↗

Return whether the text can be wrapped.

(self)

Source from the content-addressed store, hash-verified

702 self._update_clip_properties()
703
704 def get_wrap(self):
705 """Return whether the text can be wrapped."""
706 return self._wrap
707
708 def set_wrap(self, wrap):
709 """

Callers 1

_get_wrapped_textMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected