Lines Matching refs:float_value
835 def __init__(self, float_value, places=7):
839 float_value: The value for making the comparison.
843 self._float_value = float_value
847 """Check to see if RHS is almost equal to float_value
850 rhs: the value to compare to float_value
859 # This is probably because either float_value or rhs is not a number.