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

Method empty

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

Source from the content-addressed store, hash-verified

2774 return keys
2775
2776 def empty(self):
2777 self._selected_item = None
2778 self._selected_key = None
2779 super(DropDown, self).empty()
2780
2781 def select_by_key(self, key):
2782 """Selects an item by its unique string identifier.

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected