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

Function _enter_value

pyxrf/gui_module/tests/test_wd_load_data.py:91–94  ·  view source on GitHub ↗
(edit_box, value)

Source from the content-addressed store, hash-verified

89
90 # Use keyboard to enter values in each box
91 def _enter_value(edit_box, value):
92 qtbot.mouseDClick(edit_box, Qt.LeftButton)
93 qtbot.keyClicks(edit_box, f"{value}")
94 qtbot.keyClick(edit_box, Qt.Key_Enter)
95
96 # Enter a new ROI using keyboard
97 sel = (11, 8, 23, 19)

Callers 2

test_DialogLoadMask_2Function · 0.85
_set_roiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected