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

Method clip

lib/matplotlib/colors.py:2478–2480  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2476
2477 @property
2478 def clip(self):
2479 # docstring inherited
2480 return self._clip
2481
2482 @clip.setter
2483 def clip(self, value):

Callers

nothing calls this directly

Calls 1

_changedMethod · 0.45

Tested by

no test coverage detected