Open
Description
_repr_inline_
looks like an IPython special method but is actually includes some xarray specific details: the result should not include shape
or dtype
.
As I wrote in #5352, I would suggest revising it in one of two ways:
- Giving it a name like
_xarray_repr_inline_
to make it clearer that it's Xarray specific - Include some more generic way of indicating that
shape
/dtype
is redundant, e.g,. call it likeobj._repr_ndarray_inline_(dtype=False, shape=False)
Metadata
Metadata
Assignees
Labels
No labels