[Python-Dev] readonly doc (original) (raw)
Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Oct 22 19:52:51 CEST 2009
- Previous message: [Python-Dev] readonly __doc__
- Next message: [Python-Dev] readonly __doc__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Oct 22, 2009 at 1:25 PM, Antoine Pitrou <solipsis at pitrou.net> wrote: ..
I might add why I was asking this question. I was trying to demonstrate the use of class decorators and the simplest example I found was to add a docstring to the class.
I always thought that read-only doc was an artifact of new classes evolving from (C-implemented) types. IIRC, NumPy project implemented a somewhat elaborate hack to allow docstrings to be added to C-implemented classes in a .py file.
- Previous message: [Python-Dev] readonly __doc__
- Next message: [Python-Dev] readonly __doc__
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]