This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author randolf.scholz
Recipients randolf.scholz
Date 2021-10-03.20:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
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:20randolf.scholzsetrecipients: + randolf.scholz
2021-10-03 20:21:20randolf.scholzsetmessageid: <[email protected]>
2021-10-03 20:21:20randolf.scholzlinkissue45356 messages
2021-10-03 20:21:20randolf.scholzcreate