Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c3351 date_isocalendar(PyDateTime_Date *self, PyObject *Py_UNUSED(ignored)) in date_isocalendar() function
3513 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS,