MCPcopy Create free account
hub / github.com/LabPy/lantz / clear

Method clear

lantz/ui/qtlog.py:100–103  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 return result
99
100 def clear(self):
101 self._registry = {}
102 self._root.children = []
103 self.reset()
104
105class Column(object):
106 def __init__(self, name, title, visible=True):

Callers 2

clearMethod · 0.45
bind_featMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected