Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
class
Column(object):
106
def
__init__(self, name, title, visible=True):
Callers
2
clear
Method · 0.45
bind_feat
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected