Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c81 static PyTypeObject PyZoneInfo_ZoneInfoType; variable
244 if (type == &PyZoneInfo_ZoneInfoType) { in get_weak_cache()
2361 if (type != &PyZoneInfo_ZoneInfoType) { in eject_from_strong_cache()
2410 if (type != &PyZoneInfo_ZoneInfoType) { in zone_from_strong_cache()
2435 if (type != &PyZoneInfo_ZoneInfoType) { in update_strong_cache()
2468 if (type != &PyZoneInfo_ZoneInfoType) { in clear_strong_cache()
2575 static PyTypeObject PyZoneInfo_ZoneInfoType = { variable
2620 clear_strong_cache(&PyZoneInfo_ZoneInfoType); in module_free()
2627 PyZoneInfo_ZoneInfoType.tp_base = PyDateTimeAPI->TZInfoType; in zoneinfomodule_exec()
2628 if (PyType_Ready(&PyZoneInfo_ZoneInfoType) < 0) { in zoneinfomodule_exec()
[all …]