Jan Doležal

Results 1 issues of Jan Doležal

### If something is not subset, then it cannot be sure is superset or not, it must be tested https://github.com/simonpercivall/orderedset/blob/9b830754d1f13f6d844b90d24e664b377d1da84c/lib/orderedset/_orderedset.pyx#L505 >>> {1}.issubset({2, 3}) False >>> {1} > OrderedSet([1]).issubset(OrderedSet([2, 3])) False...