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

Method __init__

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

Source from the content-addressed store, hash-verified

430 """
431
432 def __init__(self, *args, **kwargs):
433 super().__init__(*args, **kwargs)
434 self.setLocale(QLocale("en_US"))
435
436
437class DoubleValidatorStrict(DoubleValidator):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected