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

Method getReason

gui/utils/inputs.py:50–51  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

48 return self._validateWithReason(value)[0]
49
50 def getReason(self, value):
51 return self._validateWithReason(value)[1]
52
53 @abstractmethod
54 def _validateWithReason(self, value):

Callers 1

getInvalidationReasonMethod · 0.80

Calls 1

_validateWithReasonMethod · 0.95

Tested by

no test coverage detected