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

Method _populate_subdiv_971_public_holidays

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

Source from the content-addressed store, hash-verified

207
208 # Guadeloupe.
209 def _populate_subdiv_971_public_holidays(self):
210 # Good Friday.
211 self._add_good_friday(tr("Vendredi saint"))
212
213 # Mi-Careme.
214 self._add_holiday_24_days_prior_easter(tr("Mi-Carême"))
215
216 # Provision for Public Holidays decreed on June 30th, 1983.
217 # Date for each DOM declared on November 23rd, 1983.
218 # Victor Schoelcher Day is based on June 30th, 1983 provision.
219 if self._year >= 1984:
220 # Abolition of Slavery.
221 self._add_holiday_may_27(tr("Abolition de l'esclavage"))
222
223 # Victor Schoelcher Day.
224 self._add_holiday_jul_21(tr("Fête de Victor Schoelcher"))
225
226 # Martinique.
227 def _populate_subdiv_972_public_holidays(self):

Callers

nothing calls this directly

Calls 1

_add_good_fridayMethod · 0.80

Tested by

no test coverage detected