Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2587 date_isocalendar(PyDateTime_Date *self) in date_isocalendar() function
2746 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3360 date_isocalendar(PyDateTime_Date *self, PyObject *Py_UNUSED(ignored)) in date_isocalendar() function
3522 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS,