Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csaez/mscreen
/ points
Method
points
mscreen.py:287–290 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
285
# `points` are the control points of the curve.
286
@property
287
def
points(self):
288
if
self.isDirty:
289
self.update()
290
return
self._points
291
292
@points.setter
293
def
points(self, value):
Callers
nothing calls this directly
Calls
1
update
Method · 0.95
Tested by
no test coverage detected