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

Method le_id_uid_text_changed

pyxrf/gui_module/dlg_select_scan.py:96–97  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

94 self._read_id_uid(text)
95
96 def le_id_uid_text_changed(self, text):
97 self._validate_id_uid(text)
98
99 def le_id_uid_editing_finished(self):
100 text = self.le_id_uid.text()

Callers

nothing calls this directly

Calls 1

_validate_id_uidMethod · 0.95

Tested by

no test coverage detected