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

Method empty

remi/gui.py:2629–2633  ·  view source on GitHub ↗

Removes all children from the list

(self)

Source from the content-addressed store, hash-verified

2627 return keys
2628
2629 def empty(self):
2630 """Removes all children from the list"""
2631 self._selected_item = None
2632 self._selected_key = None
2633 super(ListView, self).empty()
2634
2635 @decorate_set_on_listener("(self,emitter,selectedKey)")
2636 @decorate_event

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected