Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created June 14, 2013 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacob-ogre/5786118 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5786118 to your computer and use it in GitHub Desktop.
Python: Long docstring
<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