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

Method filename

editor/widgets/toolbox_opencv.py:132–132  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 @property
131 @gui.editor_attribute_decorator("WidgetSpecific",'''Image local filename''', 'file', {})
132 def filename(self): return self.__filename
133 @filename.setter
134 def filename(self, value):
135 self.__filename = value

Callers

nothing calls this directly

Calls 1

set_image_dataMethod · 0.45

Tested by

no test coverage detected