Home
last modified time | relevance | path

Searched defs:PyDateTime_DELTA_GET_MICROSECONDS (Results 1 – 2 of 2) sorted by relevance

/external/python/pybind11/include/pybind11/
Dchrono.h27 #define PyDateTime_DELTA_GET_MICROSECONDS(o) (((PyDateTime_Delta*)o)->microseconds) macro
/external/python/cpython3/Include/
Ddatetime.h145 #define PyDateTime_DELTA_GET_MICROSECONDS(o) \ macro