You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index subclasses have a _get_attributes_dict method that would be useful to employ elsewhere (here I'm thinking of DateOffset subclasses and discussion in #19174). Could/should that be defined in a Mixin class (say in core.base) so that pattern could be documented and used elsewhere?