Home
last modified time | relevance | path

Searched refs:PyDate_FromTimestamp (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/
Ddatetime.h257 #define PyDate_FromTimestamp(args) \ macro
/third_party/python/Doc/c-api/
Ddatetime.rst262 .. c:function:: PyObject* PyDate_FromTimestamp(PyObject *args)
/third_party/python/Doc/data/
Drefcounts.dat416 PyDate_FromTimestamp:PyObject*::+1:
417 PyDate_FromTimestamp:PyObject*:args:0:
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst1396 :c:func:`PyDate_FromTimestamp` function were incorrectly interpreted as a
/third_party/python/Modules/
D_testcapimodule.c2746 rv = PyDate_FromTimestamp(tsargs); in get_date_fromtimestamp()