_PyTZINFO_HEAD

The datetime and time types have hashcodes, and an optional tzinfo member, present if and only if hastzinfo is true.

Members

Mixins

__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.

Variables

hashcode
Py_hash_t hashcode;

_

hastzinfo
ubyte hastzinfo;

_

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