_PyTZINFO_HEAD

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

extern (C)
template _PyTZINFO_HEAD () {}

Members

Variables

hashcode
Py_hash_t hashcode;

_

hastzinfo
ubyte hastzinfo;

_

Meta