(self)
| 3708 | @property |
| 3709 | @editor_attribute_decorator("WidgetSpecific", '''Defines the actual navigator location.''', str, {}) |
| 3710 | def selection_folder(self): return self._selection_folder |
| 3711 | @selection_folder.setter |
| 3712 | def selection_folder(self, value): |
| 3713 | # fixme: we should use full paths and not all this chdir stuff |