Created
June 14, 2013 23:47
-
-
Save jacob-ogre/5786118 to your computer and use it in GitHub Desktop.
Python: Long docstring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
""" | |
${1:One-liner} | |
USAGE: | |
python ${2:file} ${3:args...} | |
ARGS: | |
${4:arg, explanation} | |
RETURNS: | |
${5:what is returned?} | |
COMMENTS: | |
${6:Detailed comments as needed.} | |
""" | |
]]></content> | |
<tabTrigger>docl</tabTrigger> | |
<scope>source.python</scope> | |
<description>Long Docstring</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment