[docs] [issue12634] Random Remarks in class documentation

Yongzhi Pan report at bugs.python.org
Wed Apr 24 11:09:27 CEST 2013


Yongzhi Pan added the comment:

It may be worth to noting that when creating property attribute using the property decorator, we may tend to name the method using nouns, like here:
http://docs.python.org/2/library/functions.html#property

This is when I once overided data attribute with method.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12634>
_______________________________________


More information about the docs mailing list