Epydoc - Documenting class members?
- From: Miki Tebeka <miki.tebeka@xxxxxxxxx>
- Date: Wed, 31 Aug 2005 17:11:07 +0300
Hello,
Is there a way to document class members in Epydoc?
Something like:
class Point:
def __init__(self, x, y):
'''Create new point
@param x: X coord
@param y: Y coord
'''
self.x = x # How do I document here?
self.y = y # How do I document here?
Thanks.
--
------------------------------------------------------------------------
Miki Tebeka <miki.tebeka@xxxxxxxxx>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
Attachment:pgpMQ3wWJ5vb8.pgp
Description: PGP signature
- Prev by Date: socket.sslerror:(1, 'error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol')
- Next by Date: 'ps -A' command freezes Popen3
- Previous by thread: socket.sslerror:(1, 'error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol')
- Next by thread: 'ps -A' command freezes Popen3
- Index(es):
Relevant Pages
|