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

Method invalidate

lib/matplotlib/transforms.py:799–801  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

797 self.___init__(points, **kwargs)
798
799 def invalidate(self):
800 self._check(self._points)
801 super().invalidate()
802
803 def frozen(self):
804 # docstring inherited

Callers 15

update_from_pathMethod · 0.95
x0Method · 0.95
y0Method · 0.95
x1Method · 0.95
y1Method · 0.95
p0Method · 0.95
p1Method · 0.95
intervalxMethod · 0.95
intervalyMethod · 0.95
boundsMethod · 0.95
set_pointsMethod · 0.95
setMethod · 0.95

Calls 1

_checkMethod · 0.80

Tested by 2

test_invalidateMethod · 0.36
test_non_affine_cachingFunction · 0.36