Searched refs:PyTime_FromTimeAndFold (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/ |
D | datetime.h | 238 #define PyTime_FromTimeAndFold(hour, minute, second, usecond, fold) \ macro
|
/third_party/python/Doc/data/ |
D | refcounts.dat | 2222 PyTime_FromTimeAndFold:PyObject*::+1: 2223 PyTime_FromTimeAndFold:int:hour:: 2224 PyTime_FromTimeAndFold:int:minute:: 2225 PyTime_FromTimeAndFold:int:second:: 2226 PyTime_FromTimeAndFold:int:usecond:: 2227 PyTime_FromTimeAndFold:int:fold::
|
/third_party/python/Doc/c-api/ |
D | datetime.rst | 120 .. c:function:: PyObject* PyTime_FromTimeAndFold(int hour, int minute, int second, int usecond, int…
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 2692 rv = PyTime_FromTimeAndFold(hour, minute, second, microsecond, fold); in get_time_fromtimeandfold()
|