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

Method initialize

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

Source from the content-addressed store, hash-verified

41 self.createGUI()
42
43 def initialize(self):
44 self.thread = initialize_and_report(self.widget, self.drivers,
45 dependencies=self.dependencies,
46 concurrent=True)
47
48 def createGUI(self):
49

Callers

nothing calls this directly

Calls 1

initialize_and_reportFunction · 0.90

Tested by

no test coverage detected