MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / getInvalidationReason

Method getInvalidationReason

gui/utils/inputs.py:89–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 return self._validator.validate(self.GetValue())
88
89 def getInvalidationReason(self):
90 if self._validator is None:
91 return None
92 return self._validator.getReason(self.GetValue())
93
94 def OnText(self, event):
95 currentValue = self.GetValue()

Callers 1

validateFieldsMethod · 0.80

Calls 2

getReasonMethod · 0.80
GetValueMethod · 0.45

Tested by

no test coverage detected