Searched refs:new_date_ex (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 656 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.c | 840 new_date_ex(int year, int month, int day, PyTypeObject *type) in new_date_ex() function 855 new_date_ex(year, month, day, &PyDateTime_DateType) 868 result = new_date_ex(year, month, day, (PyTypeObject *)cls); in new_date_subclass_ex() 2839 self = new_date_ex(year, month, day, type); in date_new() 6254 new_date_ex,
|