Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_changed
Method · 0.45
Tested by
no test coverage detected