Home
last modified time | relevance | path

Searched defs:first_weekday (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Modules/
D_datetimemodule.c384 int first_weekday = (first_day + 6) % 7; in iso_week1_monday() local
3030 int first_weekday = weekday(year, 1, 1); in date_fromisocalendar() local