Message403110
| Author | randolf.scholz |
|---|---|
| Recipients | randolf.scholz |
| Date | 2021-10-03.20:21:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1633292480.44.0.493461402404.issue45356@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I updated the script with dome more info. The class-property gets actually executed 5 times when calling `help(MyClass)` ``` Computing class property of <class '__main__.MyClass'> ...DONE! Computing class property of <class '__main__.MyClass'> ...DONE! Computing class property of <class '__main__.MyClass'> ...DONE! Computing class property of <class '__main__.MyBaseClass'> ...DONE! Computing class property of <class '__main__.MyClass'> ...DONE! ``` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-10-03 20:21:20 | randolf.scholz | set | recipients: + randolf.scholz |
| 2021-10-03 20:21:20 | randolf.scholz | set | messageid: <1633292480.44.0.493461402404.issue45356@roundup.psfhosted.org> |
| 2021-10-03 20:21:20 | randolf.scholz | link | issue45356 messages |
| 2021-10-03 20:21:20 | randolf.scholz | create | |