Menu

#322 Docstrings: Insert spaces between parameters and @return

open
nobody
None
5
2008-12-03
2008-12-03
No

It would be nice if during automatic automatic docstring generation PyDev would insert a space between @param tags and include @return tag always too:

def foo(one, two):
'''

@param one:
@type one:

@param two:
@type two:

@return:
@rtype:
'''

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.