PyDateTime_Date

All datetime objects are of PyDateTime_DateTimeType, but that can be allocated in two ways too, just like for time objects above. In addition, the plain date type is a base class for datetime, so it must also have a hastzinfo member (although it's unused there).

Members

Mixins

__anonymous
mixin _PyTZINFO_HEAD
Undocumented in source.

Variables

data
ubyte[_PyDateTime_DATE_DATASIZE] data;

_

Mixed In Members

From mixin _PyTZINFO_HEAD

__anonymous
mixin PyObject_HEAD
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hashcode
Py_hash_t hashcode;

_

hastzinfo
ubyte hastzinfo;

_

Meta