Ticket #87 (new enhancement)

Opened 19 months ago

Last modified 14 months ago

Automatically generate epydoc boilerplate

Reported by: rob Owned by: rob
Priority: minor Milestone: 1.0
Component: minor mode Keywords:
Cc:

Description

An idea for a new Python minor mode. When creating a new python function, automatically parse the function for its arguments and create boilerplate epydoc. E.g. the function def(self, arg1, arg2) would produce:

"""

@param arg1:
@type arg1:
@param arg2:
@type arg2:
@returns :
@rtype :
"""

Attachments

Add/Change #87 (Automatically generate epydoc boilerplate)

Author



Action
as new
 
Note: See TracTickets for help on using tickets.