MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / get_wrap

Method get_wrap

site-packages/matplotlib/text.py:587–589  ·  view source on GitHub ↗

Return the wrapping state for the text.

(self)

Source from the content-addressed store, hash-verified

585 self._update_clip_properties()
586
587 def get_wrap(self):
588 """Return the wrapping state for the text."""
589 return self._wrap
590
591 def set_wrap(self, wrap):
592 """Set the wrapping state for the text.

Callers 1

_wrap_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected