MCPcopy
hub / github.com/pydata/xarray / _repr_inline_

Method _repr_inline_

xarray/core/indexes.py:487–488  ·  view source on GitHub ↗
(self, max_width: int)

Source from the content-addressed store, hash-verified

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

Callers 2

inline_index_reprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected