Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c656 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex() function
667 new_date_ex(year, month, day, &PyDateTime_DateType)
2312 self = new_date_ex(year, month, day, type); in date_new()
4757 new_date_ex,
/external/python/cpython3/Modules/
D_datetimemodule.c848 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex() function
863 new_date_ex(year, month, day, &PyDateTime_DateType)
876 result = new_date_ex(year, month, day, (PyTypeObject *)cls); in new_date_subclass_ex()
2847 self = new_date_ex(year, month, day, type); in date_new()
6492 capi->Date_FromDate = new_date_ex; in get_datetime_capi()