Searched refs:PyDate_FromTimestamp (Results 1 – 5 of 5) sorted by relevance
257 #define PyDate_FromTimestamp(args) \ macro
262 .. c:function:: PyObject* PyDate_FromTimestamp(PyObject *args)
416 PyDate_FromTimestamp:PyObject*::+1:417 PyDate_FromTimestamp:PyObject*:args:0:
1396 :c:func:`PyDate_FromTimestamp` function were incorrectly interpreted as a
2746 rv = PyDate_FromTimestamp(tsargs); in get_date_fromtimestamp()