Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c348 int first_weekday = (first_day + 6) % 7; in iso_week1_monday() local
/external/python/cpython3/Modules/
D_datetimemodule.c370 int first_weekday = (first_day + 6) % 7; in iso_week1_monday() local