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

Method file_dialog_confirmed

editor/editor_widgets.py:1149–1152  ·  view source on GitHub ↗
(self, widget, fileList)

Source from the content-addressed store, hash-verified

1147 widget, attributeName, propertyDef, attributeDict, appInstance, *args, **kwargs)
1148
1149 def file_dialog_confirmed(self, widget, fileList):
1150 if len(fileList) > 0:
1151 self.inputWidget.set_value(fileList[0].replace("\\", "/"))
1152 return self.on_attribute_changed(None, self.inputWidget.get_value())

Callers

nothing calls this directly

Calls 3

set_valueMethod · 0.45
on_attribute_changedMethod · 0.45
get_valueMethod · 0.45

Tested by

no test coverage detected