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

Method dates

pandas/tseries/holiday.py:289–289  ·  view source on GitHub ↗
(self, start_date, end_date, return_name: Literal[True])

Source from the content-addressed store, hash-verified

287
288 @overload
289 def dates(self, start_date, end_date, return_name: Literal[True]) -> Series: ...
290
291 @overload
292 def dates(

Callers 7

test_special_holidaysFunction · 0.95
holidaysMethod · 0.80
test_holiday_datesFunction · 0.80
test_argument_typesFunction · 0.80

Calls 10

_reference_datesMethod · 0.95
_apply_ruleMethod · 0.95
DatetimeIndexClass · 0.90
SeriesClass · 0.90
maxFunction · 0.85
minFunction · 0.85
ravelMethod · 0.45
isinMethod · 0.45
tz_localizeMethod · 0.45
differenceMethod · 0.45

Tested by 6

test_special_holidaysFunction · 0.76
test_holiday_datesFunction · 0.64
test_argument_typesFunction · 0.64