PyDateTime_Delta

subclass of PyObject.

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

days
int days;

-MAX_DELTA_DAYS <= days <= MAX_DELTA_DAYS

hashcode
Py_hash_t hashcode;

-1 when unknown

microseconds
int microseconds;

0 <= microseconds < 1000000 is invariant

seconds
int seconds;

0 <= seconds < 24*3600 is invariant

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t ob_refcnt;

_

ob_type
PyTypeObject* ob_type;

_

Meta