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

Method __init__

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

Source from the content-addressed store, hash-verified

285 valueChanged = Signal(str, int)
286
287 def __init__(self, *args, name=None, **kwargs):
288 super().__init__(*args, **kwargs)
289 self._name = name
290 super().valueChanged.connect(self._value_changed)
291
292 def getName(self):
293 return self._name

Callers 12

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected