(self, index: pd.DatetimeIndex)
| 11 | pass |
| 12 | |
| 13 | def __call__(self, index: pd.DatetimeIndex) -> np.ndarray: |
| 14 | pass |
| 15 | |
| 16 | def __repr__(self): |
| 17 | return self.__class__.__name__ + "()" |
nothing calls this directly
no outgoing calls
no test coverage detected