Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_path
Method · 0.95
x0
Method · 0.95
y0
Method · 0.95
x1
Method · 0.95
y1
Method · 0.95
p0
Method · 0.95
p1
Method · 0.95
intervalx
Method · 0.95
intervaly
Method · 0.95
bounds
Method · 0.95
set_points
Method · 0.95
set
Method · 0.95
Calls
1
_check
Method · 0.80
Tested by
2
test_invalidate
Method · 0.36
test_non_affine_caching
Function · 0.36