I have a Connection class that exposes members for the hostname, etc.

ie.

class Connection:
     def __init__(...):
         self.server = server

is there any way to document this "server" member? The only way I know 
of right now is to expose it as a property and add the doc string to 
that definition.

I've tried finding an example in the lib code installed with Python but 
can't seem to track down anything that is documented like that.

-- 
Lasse Vågsæther Karlsen
http://usinglvkblog.blogspot.com/
mailto:[EMAIL PROTECTED]
PGP KeyID: 0x2A42A1C2
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to