Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2931 date_fromisoformat(PyObject *cls, PyObject *dtstr) in date_fromisoformat() function
3261 {"fromisoformat", (PyCFunction)date_fromisoformat, METH_O |