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

Class MLKCalendar

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

Source from the content-addressed store, hash-verified

14def test_no_mlk_before_1986():
15 # see gh-10278
16 class MLKCalendar(AbstractHolidayCalendar):
17 rules = [USMartinLutherKingJr]
18
19 holidays = MLKCalendar().holidays(start="1984", end="1988").to_pydatetime().tolist()
20

Callers 1

test_no_mlk_before_1986Function · 0.85

Calls

no outgoing calls

Tested by 1

test_no_mlk_before_1986Function · 0.68