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

Method _populate_subdiv_57_public_holidays

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

Source from the content-addressed store, hash-verified

183
184 # Moselle.
185 def _populate_subdiv_57_public_holidays(self):
186 # Established on August 16th, 1892.
187 if self._year >= 1893:
188 # Good Friday.
189 self._add_good_friday(tr("Vendredi saint"))
190
191 # Established on August 16th, 1892.
192 if self._year >= 1892:
193 # Saint Stephen's Day.
194 self._add_christmas_day_two(tr("Saint Étienne"))
195
196 # Alsace.
197 def _populate_subdiv_6ae_public_holidays(self):

Callers

nothing calls this directly

Calls 2

_add_good_fridayMethod · 0.80

Tested by

no test coverage detected