MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / invalidate

Method invalidate

site-packages/matplotlib/transforms.py:789–791  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

787 self.___init__(points, **kwargs)
788
789 def invalidate(self):
790 self._check(self._points)
791 TransformNode.invalidate(self)
792
793 @staticmethod
794 def unit():

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.45

Tested by 1

test_non_affine_cachingFunction · 0.36