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

Method get_annotation_clip

lib/matplotlib/patches.py:4852–4858  ·  view source on GitHub ↗

Return the clipping behavior. See `.set_annotation_clip` for the meaning of the return value.

(self)

Source from the content-addressed store, hash-verified

4850 self.stale = True
4851
4852 def get_annotation_clip(self):
4853 """
4854 Return the clipping behavior.
4855
4856 See `.set_annotation_clip` for the meaning of the return value.
4857 """
4858 return self._annotation_clip
4859
4860 def _get_path_in_displaycoord(self):
4861 """Return the mutated path of the arrow in display coordinates."""

Callers 1

_check_xyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected