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
The fe5289e introduced the Tree.__contains__behaviourchange, which is inconsistent with Tree.__getitem__ behaviour. I couldn't find a proper explanation for a such change, so it looks like a bug for me:
The fe5289e introduced the
Tree.__contains__
behaviour change, which is inconsistent withTree.__getitem__
behaviour. I couldn't find a proper explanation for a such change, so it looks like a bug for me:Not sure if this could be fixed now due to compatibility reasons, but if so, could there be a better workaround than iterating over
Tree._cache
?The text was updated successfully, but these errors were encountered: