_PyDateTime_BaseTZInfo

No _PyDateTime_BaseTZInfo is allocated; it's just to have something convenient to cast to, when getting at the hastzinfo member of objects starting with _PyTZINFO_HEAD.

extern (C)
struct _PyDateTime_BaseTZInfo {}

Members

Mixins

__anonymous
mixin _PyTZINFO_HEAD
Undocumented in source.

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