The Python Oracle

How does the @property decorator work in Python?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Mysterious Puzzle

--

Chapters
00:00 Question
01:18 Accepted answer (Score 1236)
04:26 Answer 2 (Score 326)
04:48 Answer 3 (Score 170)
05:19 Answer 4 (Score 102)
07:52 Thank you

--

Full question
https://stackoverflow.com/questions/1733...

Question links:
[documentation]: http://docs.python.org/3/library/functio...

Accepted answer links:
[descriptor object]: https://docs.python.org/howto/descriptor...
[descriptor object]: https://docs.python.org/reference/datamo...
[.__get__()]: https://docs.python.org/reference/datamo...
[.__set__()]: http://docs.python.org/reference/datamod...
[.__delete__()]: http://docs.python.org/reference/datamod...
[pure Python sample implementation]: http://docs.python.org/howto/descriptor....

Answer 2 links:
[documentation says]: http://docs.python.org/3/library/functio...

Answer 4 links:
[here]: https://powerfulpython.com/blog/python-p.../
[here]: https://stackoverflow.com/questions/1364...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #properties #decorator #pythondecorators #pythoninternals

#avk47