MCPcopy Index your code
hub / github.com/rawpython/remi / to_str

Method to_str

editor/editor_widgets.py:1049–1050  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1047 self.spin_blue.onchange.do(self.onchange)
1048
1049 def to_str(self):
1050 return "rgb(%s,%s,%s)" % (self.slide_red.get_value(), self.slide_green.get_value(), self.slide_blue.get_value())
1051
1052 def from_str(self, value_str):
1053 components = []

Callers 1

onchangeMethod · 0.95

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected