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

Method __init__

pyxrf/gui_module/useful_widgets.py:260–261  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

258 """
259
260 def __init__(self, *args, **kwargs):
261 super().__init__(*args, **kwargs)
262
263 def wheelEvent(self, event):
264 event.ignore()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected