Home
last modified time | relevance | path

Searched refs:within_delta (Results 1 – 3 of 3) sorted by relevance

/external/python/dateutil/dateutil/test/
Dtest_utils.py9 from dateutil.utils import within_delta
46 self.assertTrue(within_delta(d1, d2, timedelta(seconds=1)))
47 self.assertFalse(within_delta(d1, d2, timedelta(microseconds=1)))
53 self.assertTrue(within_delta(d2, d1, timedelta(days=-1)))
/external/python/dateutil/dateutil/
Dutils.py64 def within_delta(dt1, dt2, delta): function
/external/python/dateutil/
DNEWS244 - Added within_delta function to utils - added by @justanr (gh issue #432,