MCPcopy Create free account
hub / github.com/NSLS2/PyXRF / __init__

Method __init__

pyxrf/gui_module/useful_widgets.py:270–273  ·  view source on GitHub ↗
(self, *args, name=None, **kwargs)

Source from the content-addressed store, hash-verified

268 stateChanged = Signal(str, int)
269
270 def __init__(self, *args, name=None, **kwargs):
271 super().__init__(*args, **kwargs)
272 self._name = name
273 super().stateChanged.connect(self._state_changed)
274
275 def getName(self):
276 return self._name

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected