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
Right now you can't == compare Namespaces which is not very fun.
We need to implement a __cmp__ operation that ideally is fast/short-circuits failures and possibly does some amount of tree caching to support very large namespaces.
The text was updated successfully, but these errors were encountered:
Right now you can't
==
compare Namespaces which is not very fun.We need to implement a
__cmp__
operation that ideally is fast/short-circuits failures and possibly does some amount of tree caching to support very large namespaces.The text was updated successfully, but these errors were encountered: