(self, max_width: int)
| 485 | raise NotImplementedError() |
| 486 | |
| 487 | def _repr_inline_(self, max_width: int) -> str: |
| 488 | return self.__class__.__name__ |
| 489 | |
| 490 | |
| 491 | def _maybe_cast_to_cftimeindex(index: pd.Index) -> pd.Index: |
no outgoing calls
no test coverage detected