Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2383 date_fromordinal(PyObject *cls, PyObject *args) in date_fromordinal() function
2723 {"fromordinal", (PyCFunction)date_fromordinal, METH_VARARGS |
/external/python/cpython3/Modules/
D_datetimemodule.c2908 date_fromordinal(PyObject *cls, PyObject *args) in date_fromordinal() function
3256 {"fromordinal", (PyCFunction)date_fromordinal, METH_VARARGS |