Searched refs:PyDateTime_DELTA_GET_DAYS (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/include/pybind11/
H A Dchrono.h20 #ifndef PyDateTime_DELTA_GET_DAYS
21 #define PyDateTime_DELTA_GET_DAYS(o) (((PyDateTime_Delta*)o)->days) macro
50 days(PyDateTime_DELTA_GET_DAYS(src.ptr()))

Completed in 3 milliseconds