Searched refs:obj_self (Results 1 – 1 of 1) sorted by relevance
299 zoneinfo_dealloc(PyObject *obj_self) in zoneinfo_dealloc() argument301 PyZoneInfo_ZoneInfo *self = (PyZoneInfo_ZoneInfo *)obj_self; in zoneinfo_dealloc()304 PyObject_ClearWeakRefs(obj_self); in zoneinfo_dealloc()350 PyObject *obj_self = (PyObject *)(type->tp_alloc(type, 0)); in zoneinfo_from_file() local351 self = (PyZoneInfo_ZoneInfo *)obj_self; in zoneinfo_from_file()370 return obj_self; in zoneinfo_from_file()492 zoneinfo_fromutc(PyObject *obj_self, PyObject *dt) in zoneinfo_fromutc() argument499 if (GET_DT_TZINFO(dt) != obj_self) { in zoneinfo_fromutc()506 PyZoneInfo_ZoneInfo *self = (PyZoneInfo_ZoneInfo *)obj_self; in zoneinfo_fromutc()651 zoneinfo_reduce(PyObject *obj_self, PyObject *unused) in zoneinfo_reduce() argument[all …]