Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_zoneinfo.c86 static PyTypeObject PyZoneInfo_ZoneInfoType; variable
249 if (type == &PyZoneInfo_ZoneInfoType) { in get_weak_cache()
2373 if (type != &PyZoneInfo_ZoneInfoType) { in eject_from_strong_cache()
2426 if (type != &PyZoneInfo_ZoneInfoType) { in zone_from_strong_cache()
2451 if (type != &PyZoneInfo_ZoneInfoType) { in update_strong_cache()
2484 if (type != &PyZoneInfo_ZoneInfoType) { in clear_strong_cache()
2595 static PyTypeObject PyZoneInfo_ZoneInfoType = { variable
2640 clear_strong_cache(&PyZoneInfo_ZoneInfoType); in module_free()
2650 PyZoneInfo_ZoneInfoType.tp_base = PyDateTimeAPI->TZInfoType; in zoneinfomodule_exec()
2651 if (PyType_Ready(&PyZoneInfo_ZoneInfoType) < in zoneinfomodule_exec()
[all...]

Completed in 3 milliseconds