(self)
| 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): |
nothing calls this directly
no test coverage detected