Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Ddatetime.h133 #define PyDateTime_TIME_GET_MICROSECOND(o) \ macro
/external/python/cpython2/Doc/c-api/
Ddatetime.rst217 .. c:function:: int PyDateTime_TIME_GET_MICROSECOND(PyDateTime_Time *o)
/external/python/cpython2/Modules/
Ddatetimemodule.c72 #define TIME_GET_MICROSECOND PyDateTime_TIME_GET_MICROSECOND