Skip to content

Commit 6164455

Browse files
committed
Added python epydoc snippet
1 parent bebd500 commit 6164455

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

snippets/python.snippets

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,3 +185,15 @@ snippet lc
185185
logger.critical(${1:msg})
186186
snippet li
187187
logger.info(${1:msg})
188+
snippet epydoc
189+
"""
190+
${1:Description}
191+
192+
@param ${2:param}: ${3: Description}
193+
@type $2: ${4: Type}
194+
195+
@return: ${5: Description}
196+
@rtype : ${6: Type}
197+
198+
@raise e: ${7: Description}
199+
"""

0 commit comments

Comments
 (0)