Home
last modified time | relevance | path

Searched refs:date_isoweekday (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Ddatetimemodule.c2579 date_isoweekday(PyDateTime_Date *self) in date_isoweekday() function
2753 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3121 date_isoweekday(PyDateTime_Date *self) in date_isoweekday() function
3290 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS,