Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_zoneinfo.c1169 calendarrule_year_to_timestamp(TransitionRuleType *base_self, int year) in calendarrule_year_to_timestamp() argument
1171 CalendarRule *self = (CalendarRule *)base_self; in calendarrule_year_to_timestamp()
1266 dayrule_year_to_timestamp(TransitionRuleType *base_self, int year) in dayrule_year_to_timestamp() argument
1270 DayRule *self = (DayRule *)base_self; in dayrule_year_to_timestamp()
/third_party/python/Objects/
H A Dexceptions.c382 PyBaseExceptionObject *base_self = _PyBaseExceptionObject_cast(self); in PyException_GetTraceback() local
383 Py_XINCREF(base_self->traceback); in PyException_GetTraceback()
384 return base_self->traceback; in PyException_GetTraceback()
406 PyBaseExceptionObject *base_self = _PyBaseExceptionObject_cast(self); in PyException_SetCause() local
407 base_self->suppress_context = 1; in PyException_SetCause()
408 Py_XSETREF(base_self->cause, cause); in PyException_SetCause()

Completed in 10 milliseconds