[Epydoc-commits] SF.net SVN: epydoc: [1266] trunk/epydoc/src/epydoc/apidoc.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-21 11:00:21
|
Revision: 1266 Author: edloper Date: 2006-08-21 04:00:15 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1266&view=rev Log Message: ----------- - Added RoutineDoc.decorators Modified Paths: -------------- trunk/epydoc/src/epydoc/apidoc.py Modified: trunk/epydoc/src/epydoc/apidoc.py =================================================================== --- trunk/epydoc/src/epydoc/apidoc.py 2006-08-21 10:33:55 UTC (rev 1265) +++ trunk/epydoc/src/epydoc/apidoc.py 2006-08-21 11:00:15 UTC (rev 1266) @@ -1300,6 +1300,14 @@ @type: C{int}""" #} end of "signature" group + #{ Decorators + decorators = UNKNOWN + """@ivar: A list of names of decorators that were applied to this + routine, in the order that they are listed in the source code. + (I.e., in the reverse of the order that they were applied in.) + @type: C{list} of L{string}""" + #} end of "decorators" group + #{ Information Extracted from Docstrings arg_descrs = UNKNOWN """@ivar: A list of descriptions of the routine's This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |