Raymond Hettinger <[email protected]> added the comment:
For property objects, we have to look at *fset* and *fdel* to find-out whether
they are assignable:
>>> A.rop.fset is None
True
>>> A.wandr.fset is None
False
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36401>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com