Searched refs:PyDateTime_TimeZoneType (Results 1 – 1 of 1) sorted by relevance
121 static PyTypeObject PyDateTime_TimeZoneType; variable1058 PyTypeObject *type = &PyDateTime_TimeZoneType; in create_timezone()3647 if (Py_TYPE(other) != &PyDateTime_TimeZoneType) { in timezone_richcompare()3816 static PyTypeObject PyDateTime_TimeZoneType = { variable6301 if (PyType_Ready(&PyDateTime_TimeZoneType) < 0) in PyInit__datetime()6377 d = PyDateTime_TimeZoneType.tp_dict; in PyInit__datetime()6433 Py_INCREF(&PyDateTime_TimeZoneType); in PyInit__datetime()6434 PyModule_AddObject(m, "timezone", (PyObject *) &PyDateTime_TimeZoneType); in PyInit__datetime()