Home | History | Annotate | Download | only in Modules

Lines Matching defs:weekday

335 weekday(int year, int month, int day)

1092 int wday = weekday(GET_YEAR(date), GET_MONTH(date), GET_DAY(date));
1409 /* Build a time.struct_time. The weekday and day number are automatically
1424 weekday(y, m, d),
2576 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
2686 int dow = weekday(GET_YEAR(self), GET_MONTH(self), GET_DAY(self));
2743 "weekday.")},
2756 {"weekday", (PyCFunction)date_weekday, METH_NOARGS,
3322 0, 1, -1); /* weekday, daynum, dst */