Home
last modified time | relevance | path

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

/external/python/pybind11/include/pybind11/
Dchrono.h21 #define PyDateTime_DELTA_GET_DAYS(o) (((PyDateTime_Delta*)o)->days) macro
/external/python/cpython3/Include/
Ddatetime.h143 #define PyDateTime_DELTA_GET_DAYS(o) (((PyDateTime_Delta*)o)->days) macro