Searched refs:new_date_ex (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/ |
D | _datetimemodule.c | 848 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()
|