fluentpython / example-code

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
http://bit.ly/fluentpy
MIT License
5.56k stars 2.18k forks source link

__setattr__ on Vector class implementation #3

Open iamsoorena opened 7 years ago

iamsoorena commented 7 years ago

Hi, why didn't you implement the setattr as you have noted in the book in the last version of vector class file? I mean here.