MCPcopy
hub / github.com/leon-thomm/Ryven / set_state

Method set_state

ryven-editor/ryven/example_nodes/OpenCV/widgets.py:89–92  ·  view source on GitHub ↗
(self, data)

Source from the content-addressed store, hash-verified

87 return {'path': self.path}
88
89 def set_state(self, data):
90 self.path = data['path']
91 self.path_label.setText(self.path)
92 self.node.update_shape()
93
94
95class WebcamFeedWidget(MWB, QWidget):

Callers

nothing calls this directly

Calls 2

setTextMethod · 0.80
update_shapeMethod · 0.45

Tested by

no test coverage detected