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

Method colors

mscreen.py:506–509  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

504
505 @property
506 def colors(self):
507 if self.isDirty:
508 self.update()
509 return self._colors
510
511 @colors.setter
512 def colors(self, value):

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected