Lines Matching refs:values
186 # of the time tuple (0 is valid for *all* values).
259 # values. No test for daylight savings since strftime() does
419 # Not sure how to check the values, since the clock could tick
449 # Issue #13309: passing extreme values to mktime() or localtime()
788 values = (
789 # small values
808 for value in values:
837 values = [ns / unit_to_ns for ns in ns_timestamps]
840 values = [ns // unit_to_ns for ns in ns_timestamps]
843 values = filter(value_filter, values)
846 return sorted(set(values))
902 # PyTime_FromSeconds() expects a C int, reject values out of range