Home
last modified time | relevance | path

Searched refs:day_1 (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Ddatetime.py485 day_1 = _isoweek1monday(year)
486 ord_day = day_1 + day_offset
/third_party/python/Modules/
H A D_datetimemodule.c422 int day_1 = iso_week1_monday(iso_year); in iso_to_ymd() local
426 ord_to_ymd(day_1 + day_offset, year, month, day); in iso_to_ymd()
/third_party/python/Lib/test/
H A Dtest_enum.py2146 OneDay = day_1
2152 self.assertTrue(isinstance(Period.day_1, timedelta))

Completed in 21 milliseconds