-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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/dtypeis redundant, e.g,. call it likeobj._repr_ndarray_inline_(dtype=False, shape=False)
Metadata
Metadata
Assignees
Labels
No labels