Home
last modified time | relevance | path

Searched refs:Date_FromTimestamp (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Ddatetime.h179 PyObject *(*Date_FromTimestamp)(PyObject*, PyObject*); member
258 PyDateTimeAPI->Date_FromTimestamp( \
/third_party/python/Modules/
D_datetimemodule.c6498 capi->Date_FromTimestamp = datetime_date_fromtimestamp_capi; in get_datetime_capi()
D_testcapimodule.c2749 rv = PyDateTimeAPI->Date_FromTimestamp( in get_date_fromtimestamp()