Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c863 new_date_subclass_ex(int year, int month, int day, PyObject *cls) in new_date_subclass_ex() function
2857 return new_date_subclass_ex(tm.tm_year + 1900, in date_local_from_object()
2923 result = new_date_subclass_ex(year, month, day, cls); in date_fromordinal()
2962 return new_date_subclass_ex(year, month, day, cls); in date_fromisoformat()