MCPcopy
hub / github.com/pandas-dev/pandas / MemorialDay

Class MemorialDay

pandas/tests/tseries/holiday/test_federal.py:26–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25def test_memorial_day():
26 class MemorialDay(AbstractHolidayCalendar):
27 rules = [USMemorialDay]
28
29 holidays = MemorialDay().holidays(start="1971", end="1980").to_pydatetime().tolist()
30

Callers 1

test_memorial_dayFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_memorial_dayFunction · 0.68