Raymond Hettinger <raymond.hettin...@gmail.com> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36401>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to