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

Method __init__

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

Source from the content-addressed store, hash-verified

300
301class SecondaryWindow(QWidget):
302 def __init__(self, *args, **kwargs):
303 super().__init__(*args, **kwargs)
304
305 # The variable indicates if the window was moved using 'position_once' function
306 self._never_positioned = True
307
308 def position_once(self, x, y, *, x_shift=30, y_shift=30, force=False):
309 """

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected