asuiu / pyxtension

Pure Python extensions library that includes Scala-like streams, Json with attribute access syntax, and other common use stuff
MIT License
43 stars 1 forks source link

Implement on sset() union/__and__/__or__/__xor__, etc... #3

Closed asuiu closed 6 years ago

asuiu commented 6 years ago

When performing a sset() | sset() it returns a set. We need it return sset so it can be chained further.

asuiu commented 6 years ago

Fixed in this commit

asuiu commented 6 years ago

ATM just for Py3 version!