MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / validate

Method validate

deeplabcut/gui/tabs/modelzoo.py:40–43  ·  view source on GitHub ↗
(self, input_, pos)

Source from the content-addressed store, hash-verified

38 validationChanged = Signal(QRegularExpressionValidator.State)
39
40 def validate(self, input_, pos):
41 state, input_, pos = super().validate(input_, pos)
42 self.validationChanged.emit(state)
43 return state, input_, pos
44
45
46class ModelZoo(DefaultTab):

Callers 4

write_ipynb_metaFunction · 0.45
scan_filesFunction · 0.45
normalize_notebooksFunction · 0.45
_gather_kwargsMethod · 0.45

Calls 1

emitMethod · 0.80

Tested by

no test coverage detected