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

Method _add_labor_day

holidays/groups/international.py:116–125  ·  view source on GitHub ↗

Add International Workers' Day (May 1st) International Workers' Day, also known as Labour Day, is a celebration of labourers and the working classes that is promoted by the international labour movement. https://en.wikipedia.org/wiki/International_Workers'_D

(self, name)

Source from the content-addressed store, hash-verified

114 return self._add_holiday_may_9(name)
115
116 def _add_labor_day(self, name):
117 """
118 Add International Workers' Day (May 1st)
119
120 International Workers' Day, also known as Labour Day, is a celebration
121 of labourers and the working classes that is promoted by the
122 international labour movement.
123 https://en.wikipedia.org/wiki/International_Workers'_Day
124 """
125 return self._add_holiday_may_1(name)
126
127 def _add_labor_day_two(self, name):
128 """

Calls

no outgoing calls

Tested by

no test coverage detected