Message 338627 - Python tracker (original) (raw)
Message338627
Author | rhettinger |
---|---|
Recipients | rhettinger |
Date | 2019-03-22.23:33:11 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1553297591.74.0.51904377486.issue36401@roundup.psfhosted.org |
In-reply-to |
Content |
---|
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 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2019-03-22 23:33:11 | rhettinger | set | recipients: + rhettinger |
2019-03-22 23:33:11 | rhettinger | set | messageid: 1553297591.74.0.51904377486.issue36401@roundup.psfhosted.org |
2019-03-22 23:33:11 | rhettinger | link | issue36401 messages |
2019-03-22 23:33:11 | rhettinger | create |