_PyDateTime_TIMEHEAD

All time objects are of PyDateTime_TimeType, but that can be allocated in two ways, with or without a tzinfo member. Without is the same as tzinfo == None, but consumes less memory. _PyDateTime_BaseTime is an internal struct used to allocate the right amount of space for the "without" case.

Members

Mixins

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

Variables

data
ubyte[_PyDateTime_TIME_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