Is there any way to attach a docstring to an attribute?  I see that PEP-257 
talks about attribute docstrings, but it references PDP-258, which was 
rejected.

I suppose I could eschew plain attributes in favor of getter functions, 
because those give me a place to hang a docstring, but that feels like the 
wrong thing to do.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to