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

Method clip

lib/matplotlib/tests/test_colors.py:1848–1849  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1846
1847 @property
1848 def clip(self):
1849 return False
1850
1851 def __call__(self, value, clip=None):
1852 return value / 2

Callers 7

set_clip_rectangleMethod · 0.45
set_clip_pathMethod · 0.45
bxpMethod · 0.45
histMethod · 0.45
test_hist_float16Function · 0.45
save_diff_imageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected