v2.0.0
Breaking change
Remove addr argument. Now you can print only whole object. The idea of printing a part of an object sounds cool but quite useless — print(obj.foo.bar)
will do the same.
Remove addr argument. Now you can print only whole object. The idea of printing a part of an object sounds cool but quite useless — print(obj.foo.bar)
will do the same.