Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_datetimemodule.c389 int first_weekday = (first_day + 6) % 7; in iso_week1_monday() local
406 int first_weekday = weekday(iso_year, 1, 1); in iso_to_ymd() local

Completed in 13 milliseconds