Home
last modified time | relevance | path

Searched refs:PyDateTime_TZInfoType (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c39 #define PyTZInfo_Check(op) PyObject_TypeCheck(op, &PyDateTime_TZInfoType)
40 #define PyTZInfo_CheckExact(op) Py_IS_TYPE(op, &PyDateTime_TZInfoType)
139 static PyTypeObject PyDateTime_TZInfoType; variable
3865 static PyTypeObject PyDateTime_TZInfoType = { variable
6695 capi->TZInfoType = &PyDateTime_TZInfoType; in get_datetime_capi()
6726 PyDateTime_TimeZoneType.tp_base = &PyDateTime_TZInfoType; in _datetime_exec()
6734 &PyDateTime_TZInfoType, in _datetime_exec()

Completed in 10 milliseconds