Home | History | Annotate | Download | only in Modules

Lines Matching defs:weekday

357 weekday(int year, int month, int day)
1092 int wday = weekday(GET_YEAR(date), GET_MONTH(date), GET_DAY(date));
1403 /* Build a time.struct_time. The weekday and day number are automatically
1420 weekday(y, m, d),
2767 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
2868 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
2925 "weekday.")},
2938 {"weekday", (PyCFunction)date_weekday, METH_NOARGS,
3770 0, 1, -1); /* weekday, daynum, dst */