Lines Matching refs:value
22 def __init__(self, value):
23 if not isinstance(value, float):
25 self.value = value
29 return op(F.from_float(self.value), other)
31 return op(self.value, other.value)
437 def __init__(self, value):
438 self.value = value
441 return bool(self.value)
765 # Check that __hash__ produces the same value as hash(), for