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

Method __init__

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

Source from the content-addressed store, hash-verified

211 clicked = Signal(str)
212
213 def __init__(self, *args, name=None, **kwargs):
214 super().__init__(*args, **kwargs)
215 self._name = name
216 super().clicked.connect(self._clicked)
217
218 def getName(self):
219 return self._name

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected