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

Method initialize

examples/gui_initializing.py:17–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 """
16
17 def initialize(self):
18 time.sleep(random.choice((2, 3, 4, 5)))
19 print('initialize {}'.format(self))
20 super().initialize()
21
22 def finalize(self):
23 print('finalize {}'.format(self))

Callers 2

test_experimentFunction · 0.45
example1-cli.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

test_experimentFunction · 0.36