MCPcopy 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
27class InitializeWindow(QtGui.QWidget):

Callers 2

test_experimentFunction · 0.45
example1-cli.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

test_experimentFunction · 0.36