Searched refs:valuePreviouslySet (Results 1 – 1 of 1) sorted by relevance
144 def checkSanity(self, valuePreviouslySet): argument162 upperAllowedValue = Decimal(valuePreviouslySet) + (Decimal(self._quantum) / Decimal(2))163 lowerAllowedValue = Decimal(valuePreviouslySet) - (Decimal(self._quantum) / Decimal(2))185 def checkBijectivity(self, valuePreviouslySet): argument197 if secondGet != valuePreviouslySet: