PyDateTime_Delta Struct Reference

#include <datetime.h>

Public Attributes

PyObject_HEAD Py_hash_t hashcode
 
int days
 
int seconds
 
int microseconds
 

Member Data Documentation

◆ hashcode

◆ days

int days

◆ seconds

int seconds

◆ microseconds

int microseconds