Searched refs:new_date_ex (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 945 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex() function 960 new_date_ex(year, month, day, &PyDateTime_DateType) 973 result = new_date_ex(year, month, day, (PyTypeObject *)cls); in new_date_subclass_ex() 2944 self = new_date_ex(year, month, day, type); in date_new() 6696 capi->Date_FromDate = new_date_ex; in get_datetime_capi()
|
Completed in 9 milliseconds