Go to the source code of this file.
Macros | |
#define | PyDateTime_DELTA_GET_DAYS(o) (((PyDateTime_Delta*)o)->days) |
#define | PyDateTime_DELTA_GET_SECONDS(o) (((PyDateTime_Delta*)o)->seconds) |
#define | PyDateTime_DELTA_GET_MICROSECONDS(o) (((PyDateTime_Delta*)o)->microseconds) |
#define PyDateTime_DELTA_GET_DAYS | ( | o | ) | (((PyDateTime_Delta*)o)->days) |
#define PyDateTime_DELTA_GET_MICROSECONDS | ( | o | ) | (((PyDateTime_Delta*)o)->microseconds) |