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

Method _populate_subdiv_972_public_holidays

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

Source from the content-addressed store, hash-verified

225
226 # Martinique.
227 def _populate_subdiv_972_public_holidays(self):
228 # Good Friday.
229 self._add_good_friday(tr("Vendredi saint"))
230
231 # Provision for Public Holidays decreed on June 30th, 1983.
232 # Date for each DOM declared on November 23rd, 1983.
233 # Victor Schoelcher Day is based on June 30th, 1983 provision.
234 if self._year >= 1984:
235 # Abolition of Slavery.
236 self._add_holiday_may_22(tr("Abolition de l'esclavage"))
237
238 # Victor Schoelcher Day.
239 self._add_holiday_jul_21(tr("Fête de Victor Schoelcher"))
240
241 # Guyane.
242 def _populate_subdiv_973_public_holidays(self):

Callers

nothing calls this directly

Calls 1

_add_good_fridayMethod · 0.80

Tested by

no test coverage detected