MCPcopy Create free account
hub / github.com/csaez/mscreen / points

Method points

mscreen.py:494–497  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

492
493 @property
494 def points(self):
495 if self.isDirty:
496 self.update()
497 return self._points
498
499 @points.setter
500 def points(self, value):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected