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

Method set_wrap

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

Set the wrapping state for the text. Parameters ---------- wrap : bool

(self, wrap)

Source from the content-addressed store, hash-verified

589 return self._wrap
590
591 def set_wrap(self, wrap):
592 """Set the wrapping state for the text.
593
594 Parameters
595 ----------
596 wrap : bool
597 """
598 self._wrap = wrap
599
600 def _get_wrap_line_width(self):
601 """

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected