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

Method get_selection_list

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

Source from the content-addressed store, hash-verified

3757 self.selection_folder = selection_folder
3758
3759 def get_selection_list(self):
3760 if self.allow_folder_selection and not self.selectionlist:
3761 self.selectionlist.append(self.currDir)
3762 return self.selectionlist
3763
3764 def populate_folder_items(self, directory):
3765 def _sort_files(a, b):

Callers 1

confirm_valueMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected