Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2574 date_isoweekday(PyDateTime_Date *self) in date_isoweekday() function
2748 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS,