Home
last modified time | relevance | path

Searched refs:PyDateTime_DATE_GET_MICROSECOND (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Ddatetime.h130 #define PyDateTime_DATE_GET_MICROSECOND(o) \ macro
/external/python/cpython3/Modules/_testcapi/
Ddatetime.c428 int microsecond = PyDateTime_DATE_GET_MICROSECOND(obj); in test_PyDateTime_DATE_GET()
/external/python/cpython3/Doc/c-api/
Ddatetime.rst234 .. c:function:: int PyDateTime_DATE_GET_MICROSECOND(PyDateTime_DateTime *o)
/external/python/cpython3/Modules/
D_datetimemodule.c265 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND