MCPcopy
hub / github.com/vacanza/holidays / _populate_subdiv_6ae_public_holidays

Method _populate_subdiv_6ae_public_holidays

holidays/countries/france.py:197–206  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

195
196 # Alsace.
197 def _populate_subdiv_6ae_public_holidays(self):
198 # Established on August 16th, 1892.
199 if self._year >= 1893:
200 # Good Friday.
201 self._add_good_friday(tr("Vendredi saint"))
202
203 # Established on August 16th, 1892.
204 if self._year >= 1892:
205 # Saint Stephen's Day.
206 self._add_christmas_day_two(tr("Saint Étienne"))
207
208 # Guadeloupe.
209 def _populate_subdiv_971_public_holidays(self):

Callers 1

Calls 2

_add_good_fridayMethod · 0.80

Tested by

no test coverage detected