Home
last modified time | relevance | path

Searched refs:ymd_tuple (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_strptime.py488 def test_helper(ymd_tuple, test_reason): argument
491 ymd_tuple in self._ymd_excluded):
496 date=ymd_tuple,
498 dt_date = datetime_date(*ymd_tuple)
505 self.assertEqual(strp_output[:3], ymd_tuple, msg)
/external/python/cpython2/Lib/test/
Dtest_strptime.py449 def test_helper(ymd_tuple, test_reason): argument
452 dt_date = datetime_date(*ymd_tuple)
455 self.assertTrue(strp_output[:3] == ymd_tuple,
458 strp_output[:3], ymd_tuple,