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

Method __init__

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

Source from the content-addressed store, hash-verified

233 currentIndexChanged = Signal(str, int)
234
235 def __init__(self, *args, name=None, **kwargs):
236 super().__init__(*args, **kwargs)
237 self._name = name
238 super().currentIndexChanged.connect(self._current_index_changed)
239
240 def getName(self):
241 return self._name

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected