Home
last modified time | relevance | path

Searched refs:new_date_ex (Results 1 – 1 of 1) 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)
2307 self = new_date_ex(year, month, day, type); in date_new()
4755 new_date_ex,