Lines Matching refs:value
131 The "x" attribute should be set to an underlying value to compare.
141 # Classes with all combinations of value-based equality comparison methods.
159 # Classes with all combinations of value-based less/greater-than order
178 # Classes with all combinations of value-based less/greater-or-equal-than
208 `values` is a list of values that determines the value of data
214 that order comparison is performed by value and not by identity.
220 for inst, value in zip(instances, values):
221 inst.x = value
274 # if value-based comparison methods:
276 # else: no value-based comparison
353 # Different objects, same value.
357 # Different objects, value ascending for ascending identities.
361 # different objects, value descending for ascending identities.
363 # is performed based on the value and not based on the identity.