Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabPy/lantz
/ finalize
Method
finalize
examples/gui_initializing.py:22–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
super().initialize()
21
22
def
finalize(self):
23
print(
'finalize {}'
.format(self))
24
super().finalize()
25
26
27
class
InitializeWindow(QtGui.QWidget):
Callers
2
test_experiment
Function · 0.45
example1-cli.py
File · 0.45
Calls
no outgoing calls
Tested by
1
test_experiment
Function · 0.36