Searched refs:_is_leap (Results 1 – 1 of 1) sorted by relevance
42 def _is_leap(year): function54 if month == 2 and _is_leap(year):61 return _DAYS_BEFORE_MONTH[month] + (month > 2 and _is_leap(year))137 assert leapyear == _is_leap(year)877 _is_leap(year))):2516 _format_time, _format_offset, _index, _is_leap, _isoweek1monday, _math,