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

Method selection_folder

remi/gui.py:3710–3710  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

chdirMethod · 0.95

Tested by

no test coverage detected