Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cached property is not a non-data descriptor #26

Closed
RonnyPfannschmidt opened this issue Feb 8, 2015 · 1 comment
Closed

cached property is not a non-data descriptor #26

RonnyPfannschmidt opened this issue Feb 8, 2015 · 1 comment

Comments

@RonnyPfannschmidt
Copy link

No description provided.

@Suor
Copy link
Owner

Suor commented Feb 8, 2015

I defines only __get__() , so it is a non-data descriptor by definition. It could be overwritten with assignment and cache could be cleared with del, thanks to it being non-data descriptor. All of the above is intended behavior.

@Suor Suor closed this as completed Feb 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants