genomoncology / related

Nested Object Models in Python with dictionary, YAML, and JSON transformation support
MIT License
198 stars 15 forks source link

SequenceField and SetField don't support + and += #39

Open alexxv opened 5 years ago

alexxv commented 5 years ago

Hey,

First, great project. Love using it. SequenceField and SetField or specifically TypedSequence and TypedSet does not implement + and += operations. Is that on purpose? If not, I can add this functionality.

Best,

Alex