Searched refs:base_self (Results 1 – 2 of 2) sorted by relevance
323 PyBaseExceptionObject *base_self = _PyBaseExceptionObject_cast(self); in PyException_GetTraceback() local324 Py_XINCREF(base_self->traceback); in PyException_GetTraceback()325 return base_self->traceback; in PyException_GetTraceback()347 PyBaseExceptionObject *base_self = _PyBaseExceptionObject_cast(self); in PyException_SetCause() local348 base_self->suppress_context = 1; in PyException_SetCause()349 Py_XSETREF(base_self->cause, cause); in PyException_SetCause()
1165 calendarrule_year_to_timestamp(TransitionRuleType *base_self, int year) in calendarrule_year_to_timestamp() argument1167 CalendarRule *self = (CalendarRule *)base_self; in calendarrule_year_to_timestamp()1262 dayrule_year_to_timestamp(TransitionRuleType *base_self, int year) in dayrule_year_to_timestamp() argument1266 DayRule *self = (DayRule *)base_self; in dayrule_year_to_timestamp()