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
We could probably significantly improve performance if we added __slots__ to HasTraits and common TraitType. We'd just have to include __dict__ as one of the slots to maintain backward compatibility.