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

Method __init__

lantz/ui/widgets.py:1074–1078  ·  view source on GitHub ↗
(self, units, parent=None)

Source from the content-addressed store, hash-verified

1072 """
1073
1074 def __init__(self, units, parent=None):
1075 super().__init__(parent)
1076 self.setupUi(parent)
1077 self.units = units
1078 self.source_units.setText(str(units))
1079
1080 def setupUi(self, parent):
1081 self.resize(275, 172)

Callers

nothing calls this directly

Calls 2

setupUiMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected