Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c5016 PyObject *dtstr_clean = _sanitize_isoformat_str(dtstr); in datetime_fromisoformat() local
5017 if (dtstr_clean == NULL) { in datetime_fromisoformat()
5022 const char *dt_ptr = PyUnicode_AsUTF8AndSize(dtstr_clean, &len); in datetime_fromisoformat()
5079 Py_DECREF(dtstr_clean); in datetime_fromisoformat()
5086 Py_XDECREF(dtstr_clean); in datetime_fromisoformat()